diff options
| author | Alexis Maiquez Murcia <almamu@almamu.com> | 2019-02-20 09:57:51 +0100 |
|---|---|---|
| committer | Alexis Maiquez Murcia <almamu@almamu.com> | 2019-02-20 09:57:51 +0100 |
| commit | 959357b391dc5d561788f50d0b84ddc11fefd478 (patch) | |
| tree | e4061246005f71644512f4ff6402a34814816faf /makefile | |
| parent | d843e6a66a11e07595c8c4964fb8a1d343172990 (diff) | |
| download | lead-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-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
