removed unused INCLUDE_DIR quotes
This commit is contained in:
parent
85e083ae46
commit
fd44c7dac6
2
Makefile
2
Makefile
@ -5,7 +5,7 @@ CFLAGS=-Wall -Wextra -Werror -Wcomment -Wformat -Wformat-security -Wmain -Wnonnu
|
|||||||
# Source Code
|
# Source Code
|
||||||
SRC=src/lib/*.c
|
SRC=src/lib/*.c
|
||||||
SRC_APP=src/app/*.c
|
SRC_APP=src/app/*.c
|
||||||
INCLUDE_DIR="include"
|
INCLUDE_DIR=include
|
||||||
INCLUDE=$(INCLUDE_DIR)/*.h
|
INCLUDE=$(INCLUDE_DIR)/*.h
|
||||||
TEST=src/lib/test/main.c
|
TEST=src/lib/test/main.c
|
||||||
LIBS=-ljson-c -lcurl -lgit2
|
LIBS=-ljson-c -lcurl -lgit2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user