update script
This commit is contained in:
parent
8d43f69367
commit
23bb1c0fd6
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "cJSON"]
|
||||
path = cJSON
|
||||
url = https://github.com/DaveGamble/cJSON
|
6
Makefile
6
Makefile
@ -1,11 +1,11 @@
|
||||
CC = clang
|
||||
CFLAGS = -O2
|
||||
CC = gcc
|
||||
CFLAGS = -O3
|
||||
LIBS = -lcjson
|
||||
|
||||
all: make-libs-string
|
||||
|
||||
make-libs-string:
|
||||
$(CC) $(CFLAGS) make-libs-string.c $(LIBS) -o $@
|
||||
$(CC) $(CFLAGS) -o $@ make-libs-string.c $(LIBS)
|
||||
|
||||
clean:
|
||||
rm make-libs-string
|
||||
|
1
cJSON
Submodule
1
cJSON
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit cb8693b058ba302f4829ec6d03f609ac6f848546
|
Loading…
Reference in New Issue
Block a user