Merge pull request #119 from wilsaj/make-install-dependencies

include all CLI tools as dependencies for `make install`
This commit is contained in:
Eric Fischer 2015-11-30 11:19:59 -08:00
commit 53471521f3

View File

@ -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