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 5be8d044ed4e832c4c6a6b7f748b81a30695dc39
parent caf9c171245863b0c7f803d9f817742abd61f1eb
Author: Christoph Lohmann <20h@r-36.net>
Date:   Sun, 11 Dec 2016 11:59:13 +0100

Add all dependency for install in the makefile.

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

diff --git a/Makefile b/Makefile @@ -36,7 +36,7 @@ clean: @echo cleaning @rm -f ${NAME} ${OBJ} ${NAME}-${VERSIOn}.tar.gz -install: +install: all @echo installing executable to ${DESTDIR}${PREFIX}/bin @mkdir -p ${DESTDIR}${BINDIR} @cp -f ${NAME} ${DESTDIR}${BINDIR}