summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 67dfc5f..4253f89 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
test-shell: actuators/*.vala actuators/*/*.vala sensors/*.vala sensors/*/*.vala hw/*.vala \
- ctrl/*.vala test-shell.vala enums.vala
+ ctrl/*.vala ctrl/*/*.vala test-shell.vala enums.vala
valac -o $@ --pkg posix --pkg linux --pkg readline -X -lreadline -X -lm $^
clean: