فهرست منبع

make works correctly when using clang++

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

+ 2 - 1
Makefile

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