This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
fgm
/
c__netclient
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Árbore:
b84d6a8405
Ramas
Etiquetas
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