minecraft-launcher-libs/Makefile

9 lines
91 B
Makefile

CC = clang
CFLAGS = -O2
all:
${CC} -lcjson main.c -o make-libs-string
clean:
rm -f *.o