From dfbb403fcd4d3d6ceec22d2e70091686c53606f3 Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Thu, 7 Jun 2012 19:54:38 +0200 Subject: initial code import --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..67dfc5f --- /dev/null +++ b/Makefile @@ -0,0 +1,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 -- cgit v1.2.3