This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
jhb2345
/
nsa
miroir de
https://github.com/jibby0/nsa
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Aborescence:
9901b7d8df
Branches
Tags
master
nsa
/
Makefile
Makefile
88 B
Historique
Raw
1
2
3
4
5
nsa : nsa.c
gcc -std=c99 -Wall -ggdb -Wextra -pedantic -o nsa nsa.c
clean:
rm -f nsa