فهرست منبع

Makefile is recovered to original version

numatrumpet 11 سال پیش
والد
کامیت
9f52ad5289
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      Makefile

+ 1 - 2
Makefile

@@ -1,7 +1,6 @@
 all: xmltest
-xmltest: tinyxml2.o
+xmltest: xmltest.cpp tinyxml2.cpp tinyxml2.h
 test: clean xmltest
 	./xmltest
-tinyxml2:
 clean:
 	rm -f *.o xmltest