geomyidae

A small C-based gopherd. (gopher://bitreich.org/1/scm/geomyidae)
git clone git://r-36.net/geomyidae
Log | Files | Refs | README | LICENSE

commit 565abed9574e64b729a25be8704863aa6230ff3c
parent d6239545026f3a464d7f76ec0ff9763d8f3b7061
Author: Christoph Lohmann <20h@r-36.net>
Date:   Mon, 12 Dec 2011 21:17:32 +0100

Respecting a set CC. Thanks to an anonymous dev.

Diffstat:
Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -9,7 +9,7 @@ MANDIR ?= $(PREFIX)/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}