This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
jhb2345
/
nsa
mirror of
https://github.com/jibby0/nsa
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Tree:
89d67e536f
Branches
Tags
master
nsa
/
Makefile
Makefile
82 B
Lịch sử
Raw
1
2
3
4
5
nsa : nsa.c
gcc -std=c99 -Wall -Wextra -pedantic -o nsa nsa.c
clean:
rm -f nsa