Project

General

Profile

« Previous | Next » 

Revision 6929

lib/common.Makefile: Added version target, which prints the current $(version) value

View differences:

lib/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