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

include $(LEVEL)/Makefile.common

test :: all
	cd test; $(MAKE)