4 lines
39 B
Makefile
4 lines
39 B
Makefile
|
all:
|
||
|
gcc -g -Wall -o server server.c
|
||
|
|