1
0
Fork 0
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:
Geoffrey Frogeye 2018-02-12 19:23:24 +01:00
parent 078b4ad2d9
commit fc6b9e3317
5 changed files with 90 additions and 4 deletions

View file

@ -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 $@