From 5b30f926776598ab7d7e8c1ce55258fa54ca02f8 Mon Sep 17 00:00:00 2001 From: "Daniel J. Hofmann" Date: Fri, 11 Mar 2016 12:06:34 +0100 Subject: [PATCH] Adapts the test makefile clean target to remove monaco files. See: https://github.com/Project-OSRM/osrm-backend/pull/2086#commitcomment-16639848 --- test/data/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/data/Makefile b/test/data/Makefile index ea0f10bc8..0ddda31bc 100755 --- a/test/data/Makefile +++ b/test/data/Makefile @@ -8,7 +8,7 @@ PROFILE:=$(PROFILE_ROOT)/car.lua all: monaco.osrm.hsgr clean: - rm berlin-latest.* + rm monaco.* monaco.osm.pbf: wget $(MONACO_URL) -O monaco.osm.pbf