c1000k/Makefile

6 lines
63 B
Makefile

all:
gcc -O2 -o server server.c
gcc -O2 -o client client.c