summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 4253f8938d90d98084253ef1364fc0b7af125053 (plain)
1
2
3
4
5
6
7
8
test-shell: actuators/*.vala actuators/*/*.vala sensors/*.vala sensors/*/*.vala hw/*.vala \
            ctrl/*.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