Переглянути джерело

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