This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
jhb2345
/
nsa
Mirror von
https://github.com/jibby0/nsa
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Wiki
Branch:
master
Branches
Tags
master
nsa
/
Makefile
Makefile
82 B
Permalink
Verlauf
Originalformat
1
2
3
4
5
nsa : nsa.c
gcc -std=c99 -Wall -Wextra -pedantic -o nsa nsa.c
clean:
rm -f nsa