Fixed comment width, changed arg to be const, fixed indentation, removed unnecessary...
[oota-llvm.git] / Makefile
1 LEVEL = .
2 DIRS = lib/Support utils lib tools
3
4 include $(LEVEL)/Makefile.common
5
6 test :: all
7         cd test; $(MAKE)