History | View | Annotate | Download (134 Bytes)
TOPFILES=../sandbox
test-compile:
@bash ./test-compile.sh
@rm build/*.o
clean:
@rm -rf build
distclean: clean
@rm -rf report*