make works correctly when using clang++

This commit is contained in:
numatrumpet 2014-09-06 23:09:14 +09:00
parent bb5ffac22d
commit 8f5d3f8e80
1 changed files with 2 additions and 1 deletions

View File

@ -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