Project

General

Profile

« Previous | Next » 

Revision 633

mappings/Makefile: Don't delete DwC-VegBIEN.specimens.csv in clean

View differences:

Makefile
7 7
_always:
8 8
.PHONY: _always
9 9

  
10
all = $(wildcard for_review/*) $(filter-out VegX-%,$(wildcard *-VegBIEN.*.csv))
10
all = $(wildcard for_review/*) \
11
$(filter-out DwC-% VegX-%,$(wildcard *-VegBIEN.*.csv))
11 12

  
12 13
clean: _always
13 14
	$(RM) $(all)

Also available in: Unified diff