From 4d8faefd6f9cadaff02eccec920cb23432623a2c Mon Sep 17 00:00:00 2001 From: Jeremy Stucki Date: Fri, 23 Aug 2013 09:39:34 +0200 Subject: [PATCH] Add contours to topo and geo target --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 3f798694..ea908b84 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,7 @@ topo: node_modules \ topo/ch-lakes.json \ $(addprefix topo/,$(addsuffix -municipalities.json,$(CANTONS))) \ topo/ch.json + topo/ch-contours.json geo: node_modules \ geo/ch-country.json \ @@ -29,6 +30,7 @@ geo: node_modules \ geo/ch-municipalities.json \ geo/ch-lakes.json \ $(addprefix geo/,$(addsuffix -municipalities.json,$(CANTONS))) + geo/ch-contours.json node_modules: npm install