Makefile is recovered to original version

This commit is contained in:
numatrumpet 2014-09-08 16:41:33 +09:00
parent 003368429f
commit 9f52ad5289
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
all: xmltest all: xmltest
xmltest: tinyxml2.o xmltest: xmltest.cpp tinyxml2.cpp tinyxml2.h
test: clean xmltest test: clean xmltest
./xmltest ./xmltest
tinyxml2:
clean: clean:
rm -f *.o xmltest rm -f *.o xmltest