mcsrv/Makefile

6 lines
59 B
Makefile

all:
gcc -Wall -Wextra main.c -o mcsrv
run: all
./mcsrv