Skip to content

Commit 0b9503e

Browse files
author
Dane Springmeyer
committed
Merge branch 'master' of github.com:mapnik/node-mapnik into image_fix
2 parents 0f331ee + 96453d0 commit 0b9503e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ MODULE_NAME := $(shell node -e "console.log(require('./package.json').binary.mod
22

33
default: release
44

5-
deps/geometry:
5+
deps/geometry/include/mapbox/geometry.hpp:
66
git submodule update --init
77

8-
mason_packages/.link/bin/mapnik-config: deps/geometry
8+
mason_packages/.link/bin/mapnik-config: deps/geometry/include/mapbox/geometry.hpp
99
./install_mason.sh
1010

1111
node_modules: mason_packages/.link/bin/mapnik-config
@@ -27,6 +27,8 @@ coverage:
2727
clean:
2828
rm -rf lib/binding
2929
rm -rf build
30+
rm -rf mason
31+
find test/ -name *actual* -exec rm {} \;
3032
echo "run make distclean to also remove mason_packages and node_modules"
3133

3234
distclean: clean

0 commit comments

Comments
 (0)