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
commit 70d343f513
1 changed files with 2 additions and 0 deletions

View File

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