Project

General

Profile

« Previous | Next » 

Revision 418

Makefiles: Added empty rules for targets without a rule so that these rules wouldn't trigger the recursive subdir invocation for the default target

View differences:

Makefile
25 25

  
26 26
#####
27 27

  
28
plots: _always $(subst .organisms.,.plots.,$(wildcard VegX-*.organisms.csv))
28
plots: _always $(subst .organisms.,.plots.,$(wildcard VegX-*.organisms.csv)) ;
29 29

  
30 30
chRoot2PlotsLeftVegx =\
31 31
	env \

Also available in: Unified diff