fix Makefile

This commit is contained in:
Alexander Popov 2022-06-12 07:50:05 +03:00
parent 6e5171308f
commit 0400258bd1
Signed by: iiiypuk
GPG Key ID: 3F76816AEE08F908
2 changed files with 3 additions and 3 deletions

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