mirror of
https://github.com/brmlab/ledbar.git
synced 2025-06-09 21:34:00 +02:00
Sketches Makefile: depend on ledbar.h
This commit is contained in:
parent
77bbe7cccc
commit
174c63eab6
2 changed files with 4 additions and 0 deletions
|
@ -7,4 +7,6 @@ TARGET = autonomous
|
|||
|
||||
ARDUINO_LIBS = Wire Wire/utility
|
||||
|
||||
build-cli/autonomous.o: ../ledbar.h
|
||||
|
||||
include /usr/share/arduino/Arduino.mk
|
||||
|
|
|
@ -7,4 +7,6 @@ TARGET = controlled
|
|||
|
||||
ARDUINO_LIBS = Wire Wire/utility
|
||||
|
||||
build-cli/controlled.o: ../ledbar.h
|
||||
|
||||
include /usr/share/arduino/Arduino.mk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue