Revision 9702
Added by Aaron Marcuse-Kubitza almost 12 years ago
common.Makefile | ||
---|---|---|
103 | 103 |
|
104 | 104 |
clean: # make sure `make clean` always works |
105 | 105 |
|
106 |
%/reinstall: _always %/uninstall %/install ; |
|
107 |
|
|
106 | 108 |
# Run with `make -s` to avoid echoing make commands |
107 | 109 |
version: _always |
108 | 110 |
echo $(version) |
Also available in: Unified diff
/Makefile: moved %/reinstall to lib/common.Makefile because it is generally useful