aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorna <noah.andreas@nukura.com>2017-01-26 20:58:39 +0100
committerna <noah.andreas@nukura.com>2017-01-26 20:58:39 +0100
commit1a4f88dc6d9116be6e38e70eef82a13e67173171 (patch)
tree3291c7e8eaed4e6a9a81b8568746c20f6c3c160b /makefile
parentff39cafd904e5c5e4b03e7ad545cc3a51d933313 (diff)
downloadlead-1a4f88dc6d9116be6e38e70eef82a13e67173171.tar
lead-1a4f88dc6d9116be6e38e70eef82a13e67173171.tar.gz
lead-1a4f88dc6d9116be6e38e70eef82a13e67173171.zip
changed namespace
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index d4074f7..dc31aa0 100644
--- a/makefile
+++ b/makefile
@@ -12,7 +12,7 @@ MKDIR = mkdir -p $(dir $@)
.SECONDARY:
-data/usr/bin/lead: build/lead.o build/sensor.o build/main.o build/moc_lead.o build/moc_sensor.o
+data/usr/bin/lead: build/main.o build/app.o build/sensor.o build/moc_app.o build/moc_sensor.o
$(MKDIR)
$(LINKER)