Revision 418
Added by Aaron Marcuse-Kubitza about 13 years ago
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
Makefiles: Added empty rules for targets without a rule so that these rules wouldn't trigger the recursive subdir invocation for the default target