scons: fix make targets
This commit is contained in:
parent
ba03f91d26
commit
c346a3b0e8
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -1,6 +1,6 @@
|
||||||
all: mapnik
|
all: mapnik
|
||||||
|
|
||||||
install: all
|
install:
|
||||||
python scons/scons.py install
|
python scons/scons.py install
|
||||||
|
|
||||||
mapnik:
|
mapnik:
|
||||||
|
@ -21,4 +21,4 @@ test:
|
||||||
echo "...running python tests"
|
echo "...running python tests"
|
||||||
python tests/run_tests.py
|
python tests/run_tests.py
|
||||||
|
|
||||||
.PHONY: clean reset uninstall test
|
.PHONY: clean reset uninstall test install
|
Loading…
Reference in a new issue