summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2012-06-08 18:40:54 +0200
committerSebastian Reichel <sre@ring0.de>2012-06-08 18:40:54 +0200
commit13c74785166593ffdf80a51f9492fbe5b89efe4d (patch)
tree507bb4d98b0c6d5f586539d75789964b10208087 /Makefile
parentdfbb403fcd4d3d6ceec22d2e70091686c53606f3 (diff)
downloadmicrocopterd-13c74785166593ffdf80a51f9492fbe5b89efe4d.tar.bz2
add copter model specific information
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: