Merge pull request #124 from diasbruno/makefile-test

added test rule.
This commit is contained in:
Lee Thomason
2013-07-31 12:21:42 -07:00

View File

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