Fix bug: TailDup/2003-06-24-Simpleloop.ll
[oota-llvm.git] / Makefile
1 LEVEL = .
2 DIRS = lib/Support utils lib tools
3 OPTIONAL_DIRS = projects
4
5 include $(LEVEL)/Makefile.common
6
7 test :: all
8         cd test; $(MAKE)