summaryrefslogtreecommitdiff
path: root/Makefile
blob: 6f31665eb68344ac847b6be36dc7b67f86034dcb (plain)
1
2
3
4
5
6
7
8
LEVEL = .
DIRS = lib/Support utils lib tools
OPTIONAL_DIRS = projects

include $(LEVEL)/Makefile.common

test :: all
	cd test; $(MAKE)