Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow committed Dec 14, 2023
1 parent 87291eb commit ac4b097
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -157,15 +157,15 @@ $p/berlin-only-$V-25pct.plans.xml.gz: input/PLR_2013_2020.csv $(berlin)/input/sh
--output $@


$p/brandeburg-only-$V-25pct.plans.xml.gz: input/landuse.shp
$p/brandenburg-only-$V-25pct.plans.xml.gz: input/landuse.shp
$(sc) prepare brandenburg-population\
--shp $(germany)/vg5000/vg5000_ebenen_0101/VG5000_GEM.shp\
--population $(germany)/regionalstatistik/population.csv\
--employees $(germany)/regionalstatistik/employed.json\
--landuse $< --landuse-filter residential\
--output $@

$p/berlin-static-$V-25pct.plans.xml.gz: $p/berlin-only-$V-25pct.plans.xml.gz $p/brandeburg-only-$V-25pct.plans.xml.gz
$p/berlin-static-$V-25pct.plans.xml.gz: $p/berlin-only-$V-25pct.plans.xml.gz $p/brandenburg-only-$V-25pct.plans.xml.gz
$(sc) prepare merge-populations $^\
--output $@

Expand Down

0 comments on commit ac4b097

Please sign in to comment.