blob: 6f31665eb68344ac847b6be36dc7b67f86034dcb [file] [log] [blame]
Chris Lattner00950542001-06-06 20:29:01 +00001LEVEL = .
Chris Lattner737ae6e2002-12-02 01:23:26 +00002DIRS = lib/Support utils lib tools
John Criswell8bff5092003-06-11 13:55:44 +00003OPTIONAL_DIRS = projects
Chris Lattner00950542001-06-06 20:29:01 +00004
5include $(LEVEL)/Makefile.common
6
7test :: all
8 cd test; $(MAKE)