Skip to content
Makefile 152 B
Newer Older
LEVEL = ../..

include $(LEVEL)/Makefile.common

clean::
	@rm -rf build
	@rm -rf `find test -name Output`