fix Makefile demo target path

This commit is contained in:
Dane Springmeyer 2013-06-02 16:40:03 -07:00
parent 786b8c71c0
commit 661aa4c87a

View file

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