GITLAB
rsimonin
/
ima3_projet_pa_2019
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
f3c35adc0676bfe0114d029ed68ba738380daadf
Authored by
rsimonin
2019-04-09 12:01:51 +0200
1 parent
2813d7c7
modif Makefile (ne marche toujours pas)
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Makefile
Inline
Side-by-side
Makefile
Wrap text
Show/Hide comments
View file @
f3c35ad
...
...
@@ -3,7 +3,7 @@ EXEC=test
3
3
all : $(EXEC)
4
4
5
5
$(EXEC): main.o arbre.o
6
- gcc -g -
c
$@ $^
6
+ gcc -g -
o
$@ $^
7
7
8
8
main.o : main.c
9
9
gcc -g -c $<
...
...