Преглед изворни кода

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
 all: xmltest
-xmltest: tinyxml2.o
+xmltest: xmltest.cpp tinyxml2.cpp tinyxml2.h
 test: clean xmltest
 test: clean xmltest
 	./xmltest
 	./xmltest
-tinyxml2:
 clean:
 clean:
 	rm -f *.o xmltest
 	rm -f *.o xmltest