1
0
Fork 0
mirror of https://github.com/RobotechLille/cdf2018-principal synced 2025-09-06 01:50:24 +02:00

Debug filename changed

This commit is contained in:
Geoffrey Frogeye 2018-05-01 13:34:05 +02:00
parent f3c90fad06
commit f6ef24e312
4 changed files with 77 additions and 44 deletions

View file

@ -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/debug.o
bin/local: obj/local.o
$(CC) $(CFLAGS) $(CFLAGS_CUSTOM) -lpthread $^ -o $@
# Génération des fichiers objets