summaryrefslogtreecommitdiff
path: root/cleopatre/devkit/tests/fw_wd/Makefile
blob: de2cfaefcdb62afbef4ee37b90e44c879f25bc9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
BUSYBOX = ../common/busybox/busybox

.PHONY: all busybox tests clean

all: busybox

busybox:
	$(MAKE) -C ../common busybox

tests: busybox
	./run-test

clean:
	$(MAKE) -C ../common clean
	rm -rf root