aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorAlexis Maiquez Murcia <almamu@almamu.com>2019-02-20 09:57:51 +0100
committerAlexis Maiquez Murcia <almamu@almamu.com>2019-02-20 09:57:51 +0100
commit959357b391dc5d561788f50d0b84ddc11fefd478 (patch)
treee4061246005f71644512f4ff6402a34814816faf /makefile
parentd843e6a66a11e07595c8c4964fb8a1d343172990 (diff)
downloadlead-959357b391dc5d561788f50d0b84ddc11fefd478.tar
lead-959357b391dc5d561788f50d0b84ddc11fefd478.tar.gz
lead-959357b391dc5d561788f50d0b84ddc11fefd478.zip
Added debug mode
This allows the user to display the screen names, the sensors activated and the status of those sensors: red -> waiting for mouse to enter yellow -> waiting for delay timer to reach 0 green -> fired the command Signed-off-by: Alexis Maiquez Murcia <almamu@almamu.com>
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index dc31aa0..78a4df5 100644
--- a/makefile
+++ b/makefile
@@ -12,7 +12,7 @@ MKDIR = mkdir -p $(dir $@)
.SECONDARY:
-data/usr/bin/lead: build/main.o build/app.o build/sensor.o build/moc_app.o build/moc_sensor.o
+data/usr/bin/lead: build/main.o build/app.o build/sensor.o build/screenname.o build/moc_app.o build/moc_sensor.o build/moc_screenname.o
$(MKDIR)
$(LINKER)