GITLAB
pfrison
/
manette-usb
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Blame view
tests/SendData/makefile
84 Bytes
Edit
Raw
Normal View
History
Permalink
3a6e8ae8
root
Nettoyage
1 2 3 4 5 6 7 8
all
:
gcc
*.c
-l
usb-1.0
-Wall
-Wextra
clean
:
rm
-f
*.o
a.out
exec
:
all
./a.out