TOPFILES=../sandbox
test-compile:
@bash ./test-compile.sh
@rm build/*.o
clean:
@rm -rf build
distclean: clean
@rm -rf report*