Revision 11895
Added by Aaron Marcuse-Kubitza about 11 years ago
common.Makefile | ||
---|---|---|
120 | 120 |
|
121 | 121 |
%/reinstall: _always %/uninstall %/install ; |
122 | 122 |
|
123 |
%/live: _always |
|
124 |
$(MAKE) $* live=1 |
|
125 |
|
|
123 | 126 |
# Run with `make -s` to avoid echoing make commands |
124 | 127 |
version: _always |
125 | 128 |
echo $(version) |
Also available in: Unified diff
lib/common.Makefile: added %/live, for use with `make inputs/download`