Revision 1775
Added by Aaron Marcuse-Kubitza over 12 years ago
input.Makefile | ||
---|---|---|
127 | 127 |
$(wildcard maps/VegBIEN.*.csv)) |
128 | 128 |
tables := $(directMaps:maps/VegBIEN.%.csv=%) |
129 | 129 |
|
130 |
srcMaps := $(filter-out maps/src.join.%.csv,$(wildcard maps/src.*.csv))
|
|
130 |
srcMaps := $(wildcard maps/src.*.csv)
|
|
131 | 131 |
|
132 | 132 |
# Must come before $(root)/% to override it |
133 | 133 |
$(coreSelfMap): _always |
Also available in: Unified diff
input.Makefile: $(srcMaps): Removed `$(filter-out maps/src.join.%.csv,...)` because maps/src.join.%.csv are no longer created