summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 67dfc5fbbf783c1acc6d618de48cc6b9cbe8cf39 (plain)
1
2
3
4
5
6
7
8
test-shell: actuators/*.vala actuators/*/*.vala sensors/*.vala sensors/*/*.vala hw/*.vala \
            ctrl/*.vala test-shell.vala enums.vala
	valac -o $@ --pkg posix --pkg linux --pkg readline -X -lreadline -X -lm $^

clean:
	rm -f test-shell *.c */*.c */*/*.c

.PHONY: clean