diff --git a/Makefile b/Makefile index 5ce0b85bf..8c05035d5 100755 --- a/Makefile +++ b/Makefile @@ -68,7 +68,7 @@ check: test-local demo: @echo "*** Running rundemo.cpp…" - cd demo/c++; ./rundemo `mapnik-config --prefix`/lib/mapnik + cd demo/c++; ./rundemo `mapnik-config --prefix` pep8: # https://gist.github.com/1903033