summaryrefslogtreecommitdiff
path: root/test/Makefile
blob: 9aa46b4eb6bfb58f5ee477242b46c0d94f43fe48 (plain)
1
2
3
4
5
6
7
# Just a little hook script to easy building when in this directory

all:
	$(MAKE) -C ..

clean:
	$(MAKE) -C .. clean