URI: 
       Makefile: fix gmakeism(?) - geomyidae - A small C-based gopherd.
  HTML git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/geomyidae/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
   DIR commit 267cfbdc5afa6145475f5017555f05142c3aaefb
   DIR parent 38fbc5e6f24914eb7f76ee9ea9c06b4ffd6a64ca
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sat, 24 Oct 2015 18:58:27 +0200
       
       Makefile: fix gmakeism(?)
       
       Signed-off-by: Christoph Lohmann <20h@r-36.net>
       
       Diffstat:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/Makefile b/Makefile
       @@ -9,7 +9,7 @@ MANDIR ?= $(PREFIX)/share/man/man8
        
        CFLAGS += -O2 -Wall -I. -I/usr/include 
        LDFLAGS += -L/usr/lib -L. -lc
       -: CC = cc
       +CC = cc
        
        SRC = main.c ind.c handlr.c 
        OBJ = ${SRC:.c=.o}