Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marian POIROT
Our awesome project
Commits
b6d01776
Commit
b6d01776
authored
Jun 21, 2021
by
Valentin MEUNIER
Browse files
la make pour tibo le rigolo
parent
c659adca
Changes
1
Hide whitespace changes
Inline
Side-by-side
laby/makefile
0 → 100644
View file @
b6d01776
CC
=
gcc
OPT
=
-c
-Wextra
-Wall
-g
SDL2
=
-lSDL2
-lSDL2_gfx
-lSDL2_image
-lSDL2_ttf
-lSDL2_mixer
-lSDL2_net
-lm
prog
:
kruskal.o graph_aretes_tab.o partition.o tas.o main.o
$(CC)
kruskal.o graph_aretes_tab.o partition.o tas.o main.o
$(SDL2)
-o
prog
main.o
:
main.c main.h
$(CC)
$(OPT)
main.c
graph_aretes_tab.o
:
graph_aretes_tab.c graph_aretes_tab.h
$(CC)
$(OPT)
graph_aretes_tab.c
kruskal.o
:
kruskal.c kruskal.h
$(CC)
$(OPT)
kruskal.c
partition.o
:
partition.c partition.h
$(CC)
$(OPT)
partition.c
tas.o
:
tas.c tas.h
$(CC)
$(OPT)
tas.c
clear
:
rm
*
.o
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment