Project

General

Profile

« Previous | Next » 

Revision 882

mappings/: Removed mappings used by old tester

View differences:

Makefile
2 2

  
3 3
coreMaps := DwC-VegBIEN.specimens.csv VegX-VegBIEN.organisms.csv
4 4
chRootMaps := VegX-VegBIEN.plots.csv VegX-VegBIEN.stems.csv
5
joinedMaps := $(filter-out DwC-% VegX-%,$(wildcard *-VegBIEN.*.csv))
6
all := $(wildcard for_review/*) $(joinedMaps) $(chRootMaps)
5
all := $(wildcard for_review/*) $(chRootMaps)
7 6

  
8 7
##### General targets
9 8

  
10 9
all: _always $(coreMaps) $(chRootMaps)
11
	@#./join DwC VegBIEN
12
	./join VegX VegBIEN
13 10
	./review
14 11

  
15 12
.SUFFIXES:

Also available in: Unified diff