From 49170247413232d3cfa489fb1209037e697ced08 Mon Sep 17 00:00:00 2001 From: Max Bruckner Date: Sun, 14 Oct 2018 11:52:19 +0200 Subject: [PATCH] Makefile: Fix indentation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3188f6a..2921ed7 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ STATIC = a ifeq (Darwin, $(uname)) SHARED = dylib CJSON_SO_LDFLAG = "" - UTILS_SO_LDFLAG = "" + UTILS_SO_LDFLAG = "" endif #cJSON library names