include all CLI tools as dependencies for make install

This commit is contained in:
wilsaj 2015-11-30 13:10:19 -06:00
parent 024c685759
commit 7c693c8cda

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