Revision 1791
Added by Aaron Marcuse-Kubitza over 12 years ago
input.Makefile | ||
---|---|---|
166 | 166 |
maps/.$(via).%.csv.last_cleanup: maps/$(via).%.csv $(coreMap) |
167 | 167 |
$(bin)/in_place $< env ignore=1 $(bin)/subtract $(word 2,$+) 0 1 |
168 | 168 |
touch $@ |
169 |
# default: |
|
170 |
maps/.$(via).%.csv.last_cleanup: ; |
|
171 | 169 |
else |
172 | 170 |
$(viaMaps): _always |
173 | 171 |
$(selfMake) $(@:maps/%=maps/.%.last_cleanup) |
Also available in: Unified diff
input.Makefile: Removed no longer needed default "maps/.$(via).%.csv.last_cleanup" rule