From c680faea56d4089d857c091f39679384fe6f392e Mon Sep 17 00:00:00 2001 From: Vemake Date: Wed, 24 Jul 2019 20:46:41 +0800 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cf1f09a..3cfd6f8 100644 --- a/Makefile +++ b/Makefile @@ -104,7 +104,7 @@ $(UTILS_SHARED_VERSION): $(UTILS_OBJ) #cJSON $(CJSON_OBJ): cJSON.c cJSON.h #cJSON_Utils -$(UTILS_OBJ): cJSON_Utils.c cJSON_Utils.h +$(UTILS_OBJ): cJSON_Utils.c cJSON_Utils.h cJSON.h #links .so -> .so.1 -> .so.1.0.0