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

include $(LEVEL)/Makefile.common

test :: all
	cd test; $(MAKE)