summaryrefslogtreecommitdiff
path: root/Makefile
blob: 6698a545eb7782a24e5031dcf09d8f148eb5f7e6 (plain)
1
2
3
4
5
6
7
LEVEL = .
DIRS = lib tools

include $(LEVEL)/Makefile.common

test :: all
	cd test; $(MAKE)