Chris Lattner | 4b00965 | 2007-07-25 00:24:17 +0000 | [diff] [blame] | 1 | LEVEL = ../.. |
2 | DIRS := Basic Lex Parse AST Sema CodeGen Driver | ||||
3 | |||||
4 | include $(LEVEL)/Makefile.common | ||||
5 | |||||
6 | test:: | ||||
7 | cd test; $(MAKE) | ||||
8 | |||||
9 | clean:: | ||||
10 | @rm -rf build | ||||
11 | @rm -rf `find test -name Output` |