1
0

Makefile 84 B

1234
  1. all: xmltest
  2. xmltest: xmltest.cpp tinyxml2.cpp tinyxml2.h
  3. clean:
  4. rm -f *.o xmltest