mirror of
https://github.com/AxioDL/tinyxml2.git
synced 2025-07-13 00:25:58 +00:00
8 lines
100 B
Makefile
8 lines
100 B
Makefile
all: xmltest
|
|
xmltest: tinyxml2.o
|
|
test: clean xmltest
|
|
./xmltest
|
|
tinyxml2:
|
|
clean:
|
|
rm -f *.o xmltest
|