Fix Makefile

This commit is contained in:
Alexander Popov 2022-06-05 04:10:28 +03:00
parent e505fd8cfc
commit 6e5171308f
Signed by: iiiypuk
GPG Key ID: 3F76816AEE08F908
1 changed files with 2 additions and 2 deletions

View File

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