tRemove CFLAGS hard set. - geomyidae - A small C-based gopherd. (gopher://bitreich.org/1/scm/geomyidae)
 (HTM) git clone git://r-36.net/geomyidae
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 8c16e613e8c3eea49d51a01a0009258f9e1caafa
 (DIR) parent 08ff73b18394277a0d1de1f83174035b0ef6c0ad
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Sun,  7 Jun 2020 19:10:37 +0200
       
       Remove CFLAGS hard set.
       
       Diffstat:
         Makefile                            |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       t@@ -9,7 +9,6 @@ PREFIX = /usr/local
        BINDIR = ${PREFIX}/sbin
        MANDIR = ${PREFIX}/share/man/man8
        
       -CFLAGS = -O2 -Wall
        GEOM_CFLAGS = -D_DEFAULT_SOURCE -I. -I/usr/include ${CFLAGS}
        GEOM_LDFLAGS = -L/usr/lib -L. -ltls ${LDFLAGS}