1
0
mirror of https://github.com/leethomason/tinyxml2.git synced 2026-07-21 19:23:00 +04:00
Files
tinyxml2/Makefile
T
2014-09-06 23:09:14 +09:00

8 lines
100 B
Makefile

all: xmltest
xmltest: tinyxml2.o
test: clean xmltest
./xmltest
tinyxml2:
clean:
rm -f *.o xmltest