From cc3a75dd393cf6555ac5275a91fc5f42428dd624 Mon Sep 17 00:00:00 2001 From: Max Bruckner Date: Mon, 1 May 2017 21:56:55 +0200 Subject: [PATCH] Makefile: Remove test_utils --- Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile b/Makefile index cc9dedd..98ca944 100644 --- a/Makefile +++ b/Makefile @@ -3,10 +3,8 @@ UTILS_OBJ = cJSON_Utils.o CJSON_LIBNAME = libcjson UTILS_LIBNAME = libcjson_utils CJSON_TEST = cJSON_test -UTILS_TEST = cJSON_test_utils CJSON_TEST_SRC = cJSON.c test.c -UTILS_TEST_SRC = cJSON.c cJSON_Utils.c test_utils.c LDLIBS = -lm @@ -71,9 +69,6 @@ test: tests #cJSON $(CJSON_TEST): $(CJSON_TEST_SRC) cJSON.h $(CC) $(R_CFLAGS) $(CJSON_TEST_SRC) -o $@ $(LDLIBS) -I. -#cJSON_Utils -$(UTILS_TEST): $(UTILS_TEST_SRC) cJSON.h cJSON_Utils.h - $(CC) $(R_CFLAGS) $(UTILS_TEST_SRC) -o $@ $(LDLIBS) -I. #static libraries #cJSON -- GitLab