unhide the scons command run by make
This commit is contained in:
parent
2b120b78ad
commit
cd39a02d0c
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -14,10 +14,10 @@ endif
|
||||||
all: mapnik
|
all: mapnik
|
||||||
|
|
||||||
install:
|
install:
|
||||||
@python scons/scons.py -j$(JOBS) --config=cache --implicit-cache --max-drift=1 install
|
python scons/scons.py -j$(JOBS) --config=cache --implicit-cache --max-drift=1 install
|
||||||
|
|
||||||
mapnik:
|
mapnik:
|
||||||
@python scons/scons.py -j$(JOBS) --config=cache --implicit-cache --max-drift=1
|
python scons/scons.py -j$(JOBS) --config=cache --implicit-cache --max-drift=1
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@python scons/scons.py -j$(JOBS) -c --config=cache --implicit-cache --max-drift=1
|
@python scons/scons.py -j$(JOBS) -c --config=cache --implicit-cache --max-drift=1
|
||||||
|
|
Loading…
Reference in a new issue