blob: db13637f64320fcb96f7a59ef102a02523a99a42 [file] [log] [blame]
LEVEL = ../..
DIRS := Basic Lex Parse AST Sema CodeGen Analysis Driver
include $(LEVEL)/Makefile.common
test::
cd test; $(MAKE)
clean::
@rm -rf build
@rm -rf `find test -name Output`