Revision 418
Added by Aaron Marcuse-Kubitza about 13 years ago
Makefile | ||
---|---|---|
7 | 7 |
|
8 | 8 |
all = vegbien.sql vegbien_empty.sql |
9 | 9 |
|
10 |
all: _always $(all) |
|
10 |
all: _always $(all) ;
|
|
11 | 11 |
|
12 | 12 |
.SUFFIXES: |
13 | 13 |
|
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