blob: 8ab075fc1473fa72c25676378023e4d8ea48fe04 [file] [log] [blame]
Chris Lattner00950542001-06-06 20:29:01 +00001LEVEL = .
Chris Lattner737ae6e2002-12-02 01:23:26 +00002DIRS = lib/Support utils lib tools
Chris Lattner00950542001-06-06 20:29:01 +00003
4include $(LEVEL)/Makefile.common
5
6test :: all
7 cd test; $(MAKE)