This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
jhb2345
/
nsa
mirror de
https://github.com/jibby0/nsa
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Árvore:
9901b7d8df
Ramos
Etiquetas
master
nsa
/
Makefile
Makefile
88 B
Histórico
Em bruto
1
2
3
4
5
nsa : nsa.c
gcc -std=c99 -Wall -ggdb -Wextra -pedantic -o nsa nsa.c
clean:
rm -f nsa