Skip to content

Commit

Permalink
Add contours to topo and geo target
Browse files Browse the repository at this point in the history
  • Loading branch information
jstcki committed Aug 23, 2013
1 parent 8a1e95e commit 4d8faef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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
Expand Down

0 comments on commit 4d8faef

Please sign in to comment.