This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
jhb2345
/
nsa
kopia lustrzana
https://github.com/jibby0/nsa
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Drzewo:
89d67e536f
Gałęzie
Tagi
master
nsa
/
Makefile
Makefile
82 B
Historia
Czysty
1
2
3
4
5
nsa : nsa.c
gcc -std=c99 -Wall -Wextra -pedantic -o nsa nsa.c
clean:
rm -f nsa