scons: fix make targets

This commit is contained in:
Dane Springmeyer 2011-08-30 05:20:37 +00:00
parent ba03f91d26
commit c346a3b0e8

View file

@ -1,6 +1,6 @@
all: mapnik
install: all
install:
python scons/scons.py install
mapnik:
@ -21,4 +21,4 @@ test:
echo "...running python tests"
python tests/run_tests.py
.PHONY: clean reset uninstall test
.PHONY: clean reset uninstall test install