encfs/internal/tinyxml2-3.0.0/Makefile
2016-04-24 23:15:43 -07:00

7 lines
115 B
Makefile

all: xmltest
xmltest: xmltest.cpp tinyxml2.cpp tinyxml2.h
test: clean xmltest
./xmltest
clean:
rm -f *.o xmltest