GITLAB
sdardenn
/
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
0b974c2cf1f644b459e355ca489a92ccbd0cd3f5
Authored by
sdardenn
2019-05-04 17:26:54 +0200
1 parent
8d29be10
ajout Makefile
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 @
0b974c2
...
...
@@ -30,4 +30,4 @@ $(OBJS): $(HDRS) Makefile
30
30
31
31
# nettoyage
32
32
clean:
33
33
- rm -f core $(EXE) *.o
34
+ rm -f core $(EXE) *.o
34
35
\ No newline at end of file
...
...