summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 06b92886911d76920580f2b281ac516071f2ec12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
LEVEL = ../..
DIRS := lib Driver docs

include $(LEVEL)/Makefile.common

test::
	@ $(MAKE) -C test 

report::
	@ $(MAKE) -C test report

clean::
	@ $(MAKE) -C test clean

.PHONY: test report clean