mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-02-02 01:08:14 +00:00
Make the bin directory on install if it doesn't already exist
This commit is contained in:
parent
cc58588724
commit
77c4ce4171
1
Makefile
1
Makefile
@ -3,6 +3,7 @@ PREFIX ?= /usr/local
|
|||||||
all: tippecanoe enumerate decode
|
all: tippecanoe enumerate decode
|
||||||
|
|
||||||
install: tippecanoe
|
install: tippecanoe
|
||||||
|
mkdir -p $(PREFIX)/bin
|
||||||
cp tippecanoe $(PREFIX)/bin/tippecanoe
|
cp tippecanoe $(PREFIX)/bin/tippecanoe
|
||||||
|
|
||||||
vector_tile.pb.cc vector_tile.pb.h: vector_tile.proto
|
vector_tile.pb.cc vector_tile.pb.h: vector_tile.proto
|
||||||
|
Loading…
x
Reference in New Issue
Block a user