aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 10350a8eb9823506ead8174e955dcb0a38f9a138 (plain)
1
2
3
4
5
6
7
8
9
10
11
LEVEL = ../..
DIRS := Headers Basic Lex Parse AST Sema CodeGen Analysis Rewrite Driver

include $(LEVEL)/Makefile.common

test::
	cd test; $(MAKE)

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