c1000k/Makefile

6 lines
72 B
Makefile

all:
gcc -std=c99 -O2 -o server server.c
gcc -O2 -o client client.c