Introduction
Introduction Statistics Contact Development Disclaimer Help
No need to have CPPFLAGS/CFLAGS in Makefile - noice - small file browser (mirro…
git clone git://git.codemadness.org/noice
Log
Files
Refs
README
LICENSE
---
commit 253f5a90ffb27e6ed89cac687b7c248e664ee49a
parent 58edea240e40eeb006923f012a6bb792fb8ef8a7
Author: sin <[email protected]>
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(-)
---
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
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.