Revision 6929
Added by Aaron Marcuse-Kubitza about 12 years ago
common.Makefile | ||
---|---|---|
89 | 89 |
.PHONY: _always |
90 | 90 |
|
91 | 91 |
clean: # make sure `make clean` always works |
92 |
|
|
93 |
# Usage: `make {--silent|-s} version` (don't echo make commands) |
|
94 |
version: _always |
|
95 |
echo $(version) |
Also available in: Unified diff
lib/common.Makefile: Added version target, which prints the current $(version) value