mirror of
https://github.com/RobotechLille/cdf2018-principal
synced 2025-09-06 01:50:24 +02:00
Movement
This commit is contained in:
parent
c9a7bee3b1
commit
4c44af3e4c
19 changed files with 369 additions and 102 deletions
|
@ -40,7 +40,7 @@ bin/premier: obj/premier.o $(OBJS_O)
|
|||
bin/test%: obj/test%.o $(OBJS_O)
|
||||
|
||||
# Programme de test sur PC, n'embarquant pas wiringPi
|
||||
bin/local: obj/local.o obj/CF.o obj/debug.o obj/position.o
|
||||
bin/local: obj/local.o
|
||||
$(CC) $(CFLAGS) $(CFLAGS_CUSTOM) -lpthread -lm $^ -o $@
|
||||
|
||||
# Génération des fichiers objets
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue