This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
fgm
/
c__netclient
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Tree:
b84d6a8405
Branches
Tags
master
c__netclient
/
Makefile
Makefile
81 B
Histórico
Raw
1
2
3
4
5
6
netclient: netclient.o
cc netclient.o -o netclient
clean:
rm -f *.o netclient