aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2020-11-13 14:15:23 +0100
committerToni Uhlig <matzeton@googlemail.com>2020-11-13 14:26:51 +0100
commit7853c79cd66394e13e9962c5cfebc20dbbf7cbe5 (patch)
tree4f96ba2aa399537550aa61055b03eecff49ea3bc /Makefile
parent7362da8c5fac01b97ee2060eb3e640ed8565ea24 (diff)
Renamed misleading "contrib" subfolder to "dependencies".
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d5311a377..792916588 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
CC = gcc
PROJECT_CFLAGS += -Wall -Wextra $(EXTRA_CFLAGS) -I.
-JSMN_CFLAGS := -DJSMN_STATIC=1 -DJSMN_STRICT=1 -Icontrib -Icontrib/jsmn
+JSMN_CFLAGS := -DJSMN_STATIC=1 -DJSMN_STRICT=1 -Idependencies
LIBS += -pthread -lpcap -lm
GOCC =