mirror of
https://github.com/RobotechLille/cdf2018-principal
synced 2025-09-06 01:50:24 +02:00
Communication A↔C : Base côté Chef
This commit is contained in:
parent
078b4ad2d9
commit
fc6b9e3317
5 changed files with 90 additions and 4 deletions
|
@ -37,7 +37,7 @@ endif
|
|||
default: bin/testpin bin/premier
|
||||
|
||||
# Binaires (dont il faut spécifier les objets explicitement)
|
||||
bin/premier: obj/common.o
|
||||
bin/premier: obj/common.o obj/serial.o
|
||||
bin/testPin: obj/testPin.o
|
||||
$(CC) $(LDFLAGS) $^ -lwiringPi -o $@
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue