LEVEL = .
DIRS = lib/Support utils lib tools
OPTIONAL_DIRS = projects

include $(LEVEL)/Makefile.common

test :: all
	cd test; $(MAKE)