build with tcc

This commit is contained in:
Alexander Popov 2023-07-31 17:36:48 +03:00
parent 23bb1c0fd6
commit 53782a2988
Signed by: iiiypuk
GPG Key ID: E47FE0AB36CD5ED6
1 changed files with 3 additions and 0 deletions

View File

@ -7,5 +7,8 @@ all: make-libs-string
make-libs-string:
$(CC) $(CFLAGS) -o $@ make-libs-string.c $(LIBS)
tcc:
tcc -O3 -o make-libs-string make-libs-string.c ./cJSON/libcjson.a
clean:
rm make-libs-string