No need to have CPPFLAGS/CFLAGS in Makefile - noice - small file browser (mirror / fork from 2f30.org)
(HTM) git clone git://git.codemadness.org/noice
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 253f5a90ffb27e6ed89cac687b7c248e664ee49a
(DIR) parent 58edea240e40eeb006923f012a6bb792fb8ef8a7
(HTM) Author: sin <sin@2f30.org>
Date: Thu, 22 Aug 2019 15:35:07 +0100
No need to have CPPFLAGS/CFLAGS in Makefile
Just let the user set them.
Diffstat:
M Makefile | 3 ---
1 file changed, 0 insertions(+), 3 deletions(-)
---
(DIR) diff --git a/Makefile b/Makefile
@@ -2,9 +2,6 @@ VERSION = 0.8
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/man
-#CPPFLAGS = -DDEBUG
-#CFLAGS = -g
-
NOICELDLIBS = -lcurses
NOPENLDLIBS =
NOICEOBJ = dprintf.o noice.o spawn.o strlcat.o strlcpy.o strverscmp.o