mirror of
https://github.com/AntoineHX/LivingMachine.git
synced 2025-05-04 05:40:46 +02:00
Documentation Doxygen
This commit is contained in:
parent
5ede5056a8
commit
44ccfcc3b9
99 changed files with 8146 additions and 10 deletions
|
@ -1,14 +1,14 @@
|
|||
EXEC= KirbyTrack
|
||||
EXEC= Navy
|
||||
|
||||
LSFML = -lsfml-graphics -lsfml-window -lsfml-system -lsfml-audio
|
||||
CFLAGS = -Wall -g3
|
||||
|
||||
all: $(EXEC)
|
||||
|
||||
KirbyTrack : KirbyTrack.o
|
||||
Navy : Navy.o
|
||||
g++ -o $@ $< `pkg-config opencv --libs` $(LSFML) $(CFLAGS)
|
||||
|
||||
KirbyTrack.o : KirbyTrack.c
|
||||
Navy.o : Navy.c
|
||||
g++ -o $@ -c $< `pkg-config opencv --cflags` $(CFLAGS)
|
||||
|
||||
clean :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue