Makefile 81 B

123456
  1. netclient: netclient.o
  2. cc netclient.o -o netclient
  3. clean:
  4. rm -f *.o netclient