3 lines
77 B
Makefile
3 lines
77 B
Makefile
all:
|
|
cc -g -I. -Wall -o stio main.c stio.c stio-tcp.c stio-udp.c stio-sck.c
|