summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6c9bd85..858de08 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@
# ========================
#
# mpdview: Makefile
-# Sun, 03 Jul 2022 04:09:41 +0200
+# Sun, 03 Jul 2022 15:15:01 +0200
# Joe
#
# BSD Makefile
@@ -32,7 +32,8 @@ SRCS := ${SRCS:S/^/${SRCS_DIR}\//g}
OBJS := ${SRCS:=.o}
# OBJS := ${OBJS:S/${SRCS_DIR}/${OBJS_DIR}/g}
-INCS := ${SRCS:.c=.h}
+# INCS :=
+# INCS += ${SRCS:.c=.h}
NAME := mpdview
@@ -43,6 +44,7 @@ CFLAGS += -Wextra
CFLAGS += -Werror
CFLAGS += -pedantic
CFLAGS += -isystem/usr/local/include
+# CFLAGS += -isystem${SRCS_DIR}/
CFLAGS += -glldb
# CFLAGS += -march=native -O2 -pipe