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:
89d67e536f
Branches
Tags
master
nsa
/
Makefile
Makefile
82 B
Historique
Raw
1
2
3
4
5
nsa : nsa.c
gcc -std=c99 -Wall -Wextra -pedantic -o nsa nsa.c
clean:
rm -f nsa