From 7c693c8cda5ead6801a810469f4855b65aed549b Mon Sep 17 00:00:00 2001 From: wilsaj Date: Mon, 30 Nov 2015 13:10:19 -0600 Subject: [PATCH] include all CLI tools as dependencies for `make install` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4258a8b..edd7e4a 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ all: tippecanoe tippecanoe-enumerate tippecanoe-decode tile-join docs: man/tippecanoe.1 -install: tippecanoe +install: tippecanoe tippecanoe-enumerate tippecanoe-decode tile-join mkdir -p $(PREFIX)/bin mkdir -p $(MANDIR) cp tippecanoe $(PREFIX)/bin/tippecanoe