Revision 423
Added by Aaron Marcuse-Kubitza about 13 years ago
Makefile | ||
---|---|---|
17 | 17 |
clean: _always |
18 | 18 |
$(RM) $(all) |
19 | 19 |
|
20 |
remake: _always clean all ; |
|
21 |
|
|
20 | 22 |
%:: %.make |
21 | 23 |
./$< >$@ |
22 | 24 |
.PRECIOUS: % |
Also available in: Unified diff
Makefiles: Added remake target to run clean and all