Revision 4892
Added by Aaron Marcuse-Kubitza about 12 years ago
Makefile | ||
---|---|---|
30 | 30 |
$(bin)/in_place $< $(bin)/sort_map |
31 | 31 |
touch $@ |
32 | 32 |
|
33 |
.%.last_cleanup: % |
|
33 |
.VegCore-VegBIEN.csv.last_cleanup: .%.last_cleanup: %
|
|
34 | 34 |
$(bin)/in_place $< $(bin)/sort_map |
35 | 35 |
touch $@ |
36 | 36 |
$(bin)/review 1 <$< >for_review/$< |
Also available in: Unified diff
mappings/Makefile: Changed catch-all `.%.last_cleanup: %` target to a specific target for VegCore-VegBIEN.csv, because it's the only file that uses this target