mirror of
https://github.com/DaveGamble/cJSON.git
synced 2025-07-15 04:38:24 +08:00
2
Makefile
2
Makefile
@ -39,7 +39,7 @@ $(DYLIBNAME): $(OBJ)
|
||||
$(DYLIBCMD) $< $(LDFLAGS)
|
||||
|
||||
$(STLIBNAME): $(OBJ)
|
||||
ar rcs $@ $<
|
||||
$(AR) rcs $@ $<
|
||||
|
||||
$(OBJ): cJSON.c cJSON.h
|
||||
|
||||
|
Reference in New Issue
Block a user