Makefile 115 B

123456
  1. all: xmltest
  2. xmltest: xmltest.cpp tinyxml2.cpp tinyxml2.h
  3. test: clean xmltest
  4. ./xmltest
  5. clean:
  6. rm -f *.o xmltest