From 6ef52d1894643aeb4a8c5bfc8ab48738c1b793ff Mon Sep 17 00:00:00 2001 From: Joe Date: Sun, 3 Jul 2022 15:25:47 +0200 Subject: WIP --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3