Revision 9703
Added by Aaron Marcuse-Kubitza almost 12 years ago
Makefile | ||
---|---|---|
20 | 20 |
$(MAKE) |
21 | 21 |
# re-run make so that cache of existing files is reset |
22 | 22 |
|
23 |
%/remake: _always |
|
24 |
$(MAKE) $(@D)/clean |
|
25 |
$(MAKE) $(@D)/ |
|
26 |
# re-run make so that cache of existing files is reset |
|
27 |
|
|
28 |
%-remake: _always |
|
29 |
rm -f $* |
|
30 |
$(MAKE) $* |
|
31 |
# re-run make so that cache of existing files is reset |
|
32 |
|
|
33 | 23 |
##### Installation |
34 | 24 |
|
35 | 25 |
# public must be installed *after* inputs because some views depend on inputs |
Also available in: Unified diff
/Makefile: moved %/remake, %-remake to lib/common.Makefile because they are generally useful