Adapts the test makefile clean target to remove monaco files.
See: https://github.com/Project-OSRM/osrm-backend/pull/2086#commitcomment-16639848
This commit is contained in:
parent
88fac0ad2b
commit
5b30f92677
@ -8,7 +8,7 @@ PROFILE:=$(PROFILE_ROOT)/car.lua
|
|||||||
all: monaco.osrm.hsgr
|
all: monaco.osrm.hsgr
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm berlin-latest.*
|
rm monaco.*
|
||||||
|
|
||||||
monaco.osm.pbf:
|
monaco.osm.pbf:
|
||||||
wget $(MONACO_URL) -O monaco.osm.pbf
|
wget $(MONACO_URL) -O monaco.osm.pbf
|
||||||
|
Loading…
Reference in New Issue
Block a user