fix Makefile

This commit is contained in:
2022-06-12 07:50:05 +03:00
parent 6e5171308f
commit 0400258bd1
2 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
CC = clang
CFLAGS = -O2
LDFLAGS = -lcjson
all:
${CC} -lcjson main.c -o make-libs-string
all: make-libs-list
clean:
rm -f *.o
rm make-libs-list
View File