mirror of
https://github.com/vgough/encfs.git
synced 2024-11-29 03:15:07 +01:00
7 lines
115 B
Makefile
7 lines
115 B
Makefile
|
all: xmltest
|
||
|
xmltest: xmltest.cpp tinyxml2.cpp tinyxml2.h
|
||
|
test: clean xmltest
|
||
|
./xmltest
|
||
|
clean:
|
||
|
rm -f *.o xmltest
|