removed unused INCLUDE_DIR quotes

This commit is contained in:
Václav Šmejkal 2022-07-29 17:31:41 +02:00
parent 85e083ae46
commit fd44c7dac6
No known key found for this signature in database
GPG Key ID: FD749A97DF2D5E19

View File

@ -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