Explorar el Código

Makefile is recovered to original version

numatrumpet hace 11 años
padre
commit
9f52ad5289
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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