From 9f52ad528957d4838e9a4e41ef03954606cdbd16 Mon Sep 17 00:00:00 2001 From: numatrumpet Date: Mon, 8 Sep 2014 16:41:33 +0900 Subject: [PATCH] Makefile is recovered to original version --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c77f14b..aab6293 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,6 @@ all: xmltest -xmltest: tinyxml2.o +xmltest: xmltest.cpp tinyxml2.cpp tinyxml2.h test: clean xmltest ./xmltest -tinyxml2: clean: rm -f *.o xmltest