tinyxml2/Makefile

7 lines
115 B
Makefile
Raw Normal View History

all: xmltest
xmltest: xmltest.cpp tinyxml2.cpp tinyxml2.h
2013-07-31 08:01:12 -07:00
test: clean xmltest
./xmltest
clean:
rm -f *.o xmltest