summaryrefslogtreecommitdiff
path: root/Makefile
blob: eb1aa029a00c65a547722c7205c4936e16138f64 (plain) (blame)
1
2
3
4
5
6
7
.PHONY: dux test

dux:
	$(MAKE) -C dux

test: dux
	$(MAKE) -C dux-test