mirror of
https://github.com/AxioDL/tinyxml2.git
synced 2025-08-04 03:05:47 +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
|