mirror of
https://github.com/AntoineHX/LivingMachine.git
synced 2025-05-04 05:40:46 +02:00
Rangement doc/fonction de KirbyTrack dans fonction
This commit is contained in:
parent
1712fc1120
commit
aad2b109a3
11 changed files with 129 additions and 289 deletions
|
@ -6,10 +6,10 @@ CFLAGS = -Wall -g3 -pg `pkg-config opencv --cflags`
|
|||
|
||||
all: $(EXEC)
|
||||
|
||||
KirbyTrack : KirbyTrack.o
|
||||
KirbyTrack : KirbyTrack.o fonction.o
|
||||
g++ -o $@ $< $(LDFLAGS) $(CFLAGS)
|
||||
|
||||
KirbyTrack.o : KirbyTrack.c
|
||||
KirbyTrack.o : KirbyTrack.c fonction.h
|
||||
g++ -o $@ -c $< $(CFLAGS)
|
||||
|
||||
Navy : Navy.o fonction.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue