From fd44c7dac6d9fe422e63d80334e73a6bec2215fe Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Fri, 29 Jul 2022 17:31:41 +0200 Subject: [PATCH] removed unused INCLUDE_DIR quotes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5570a39..26ab183 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ CFLAGS=-Wall -Wextra -Werror -Wcomment -Wformat -Wformat-security -Wmain -Wnonnu # Source Code SRC=src/lib/*.c SRC_APP=src/app/*.c -INCLUDE_DIR="include" +INCLUDE_DIR=include INCLUDE=$(INCLUDE_DIR)/*.h TEST=src/lib/test/main.c LIBS=-ljson-c -lcurl -lgit2