diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2020-11-13 14:15:23 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-11-13 14:26:51 +0100 |
commit | 7853c79cd66394e13e9962c5cfebc20dbbf7cbe5 (patch) | |
tree | 4f96ba2aa399537550aa61055b03eecff49ea3bc /Makefile | |
parent | 7362da8c5fac01b97ee2060eb3e640ed8565ea24 (diff) |
Renamed misleading "contrib" subfolder to "dependencies".
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = |