| Add all dependency for install in the makefile. - geomyidae - A small C-based g… | |
| git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfri… | |
| Log | |
| Files | |
| Refs | |
| Tags | |
| README | |
| LICENSE | |
| --- | |
| commit 5be8d044ed4e832c4c6a6b7f748b81a30695dc39 | |
| parent caf9c171245863b0c7f803d9f817742abd61f1eb | |
| Author: Christoph Lohmann <[email protected]> | |
| 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(-) | |
| --- | |
| 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} |