GITLAB
gperson
/
TutoratPersonChemin
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
ec8ed377b20e671552c8b37a6c0db895a744da83
Authored by
gperson
2020-11-05 15:34:32 +0100
1 parent
89ecd36e
ajout de corrections aux dependances du Makefile
Showing
1 changed file
with
7 additions
and
1 deletions
Show diff stats
Makefile
Inline
Side-by-side
Makefile
Wrap text
Show/Hide comments
View file @
ec8ed37
1
-all :
1
+
2
+
3
+
4
+
5
+all : src/GetUsbInfos.c
2
6
gcc -Wall src/GetUsbInfos.c
3
7
8
+
9
+
...
...