Revision 7076
Added by Aaron Marcuse-Kubitza about 12 years ago
common.Makefile | ||
---|---|---|
98 | 98 |
|
99 | 99 |
clean: # make sure `make clean` always works |
100 | 100 |
|
101 |
# Usage: `make {--silent|-s} version` (don't echo make commands)
|
|
101 |
# Run with `make -s` to avoid echoing make commands
|
|
102 | 102 |
version: _always |
103 | 103 |
echo $(version) |
Also available in: Unified diff
Makefiles: Changed "Usage: `make -s ...`" to "Run with `make -s` to avoid echoing make commands"