Explorar o código

make works correctly when using clang++

numatrumpet %!s(int64=11) %!d(string=hai) anos
pai
achega
8f5d3f8e80
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      Makefile

+ 2 - 1
Makefile

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