Project

General

Profile

« Previous | Next » 

Revision 199

Renamed format*_for_review to review and added for_review to make clean

View differences:

Makefile
2 2
	$(MAKE) plots
3 3
	./join VegX VegBank
4 4
	./join VegX VegBIEN
5
	./format_all_for_review
5
	./review
6 6

  
7 7
FORCE:
8 8

  
9
all = $(filter-out VegX-% VegBank-%,$(wildcard *-VegBank.*.csv)) \
9
all =\
10
$(wildcard for_review/*.csv) \
11
$(filter-out VegX-% VegBank-%,$(wildcard *-VegBank.*.csv)) \
10 12
VegX-*.plots.csv VegX-VegBIEN.organisms.csv
11 13

  
12 14
clean: FORCE

Also available in: Unified diff