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 c4dbfb7ae577eafbb717a9cf9fea7eeb9cd40a1e
parent c621504ace8d627d861d28207fa0ad1dae052c66
Author: Christoph Lohmann <20h@r-36.net>
Date:   Sat, 16 Aug 2014 16:26:56 +0200

Oops, correcting the last change.

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

diff --git a/Makefile b/Makefile @@ -5,7 +5,7 @@ VERSION = 0.26.3 PREFIX ?= /usr BINDIR ?= $(PREFIX)/bin -MANDIR ?= $(PREFIX)/share/man8 +MANDIR ?= $(PREFIX)/share/man/man8 CFLAGS += -O2 -Wall -I. -I/usr/include LDFLAGS += -L/usr/lib -L. -lc