usecfs/Makefile
2019-10-26 15:48:15 +02:00

6 lines
68 B
Makefile

test/test:
make -C test
clean:
rm -f src/*.o
make -C test clean