summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-07-03 15:25:47 +0200
committerJoe <bousset.rudy@gmail.com>2022-07-03 15:25:47 +0200
commit6ef52d1894643aeb4a8c5bfc8ab48738c1b793ff (patch)
tree20cae85bea9955ac26dcd20c530c2674b813dac7 /Makefile
parentWIP (diff)
downloadmpdview-6ef52d1894643aeb4a8c5bfc8ab48738c1b793ff.tar.gz
mpdview-6ef52d1894643aeb4a8c5bfc8ab48738c1b793ff.tar.bz2
mpdview-6ef52d1894643aeb4a8c5bfc8ab48738c1b793ff.tar.xz
mpdview-6ef52d1894643aeb4a8c5bfc8ab48738c1b793ff.tar.zst
mpdview-6ef52d1894643aeb4a8c5bfc8ab48738c1b793ff.zip
WIP
Diffstat (limited to '')
-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