summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2012-08-13 22:04:22 +0200
committerSebastian Reichel <sre@ring0.de>2012-08-13 22:04:22 +0200
commitc696cb9b0daf0a27ca79fb645efcc66bda2fe6c2 (patch)
tree828af6f1f78e5ba6bfc01689b22edb7d2dd68eef
parentb2ebdc335f3b08e288ccbbcc27626a8c1f4aff64 (diff)
downloadmicrocopterd-c696cb9b0daf0a27ca79fb645efcc66bda2fe6c2.tar.bz2
reformat Makefile
-rw-r--r--Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 21ecb1e..705fc83 100644
--- a/Makefile
+++ b/Makefile
@@ -1,13 +1,12 @@
VALAC=valac
CC=gcc
-ACCELEROMETERS := $(wildcard sensors/accelerometers/*.vala)
-OBJECTS := $(patsubst %.vala, %.o, $(SOURCES))
+ACCELEROMETERS := $(wildcard sensors/accelerometers/*.vala)
+OBJECTS := $(patsubst %.vala, %.o, $(SOURCES))
all: microcopterd plugins
-microcopterd: actuators/*.vala sensors/*.vala hw/*.vala \
- ctrl/*.vala *.vala
+microcopterd: actuators/*.vala sensors/*.vala hw/*.vala ctrl/*.vala *.vala
$(VALAC) -g -o $@ --pkg posix --pkg linux --pkg gmodule-2.0 --pkg readline -X -lreadline -X -lm $^
plugins: