mirror of
https://github.com/Tiiffi/mcrcon.git
synced 2025-12-16 18:22:53 -05:00
3 lines
71 B
Makefile
3 lines
71 B
Makefile
all:
|
|
gcc -std=gnu11 -pedantic -Wall -Wextra -O2 -s -o mcrcon mcrcon.c
|