Add all dependency for install in the makefile. - geomyidae - A small C-based gopherd.
 (HTM) git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/geomyidae/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 5be8d044ed4e832c4c6a6b7f748b81a30695dc39
 (DIR) parent caf9c171245863b0c7f803d9f817742abd61f1eb
 (HTM) 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:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) 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}