Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/leethomason/tinyxml2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornumatrumpet <numatrumpet@gmail.com>2014-09-08 11:41:33 +0400
committernumatrumpet <numatrumpet@gmail.com>2014-09-08 11:41:33 +0400
commit9f52ad528957d4838e9a4e41ef03954606cdbd16 (patch)
treea1ea4628b308f6450f50a3f4a5baa5f9deb2bec4 /Makefile
parent003368429ff57c4887ce34355dc4827e04855f6e (diff)
Makefile is recovered to original version
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 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