Revision 515
Added by Aaron Marcuse-Kubitza about 13 years ago
input.Makefile | ||
---|---|---|
35 | 35 |
|
36 | 36 |
remake: _always clean all ; |
37 | 37 |
|
38 |
%.out: % _always |
|
38 |
%.out: %.make _always
|
|
39 | 39 |
./$* >$@ |
40 | 40 |
.PRECIOUS: %.out |
41 | 41 |
|
Also available in: Unified diff
input.Makefile: Fixed verify by making %.out: % rule use %.make instead