Revision 423
Added by Aaron Marcuse-Kubitza about 13 years ago
input.Makefile | ||
---|---|---|
32 | 32 |
clean: _always |
33 | 33 |
$(RM) $(all) |
34 | 34 |
|
35 |
remake: _always clean all ; |
|
36 |
|
|
35 | 37 |
%.out: % _always |
36 | 38 |
./$* >$@ |
37 | 39 |
.PRECIOUS: %.out |
Also available in: Unified diff
Makefiles: Added remake target to run clean and all