4 lines
58 B
Makefile
4 lines
58 B
Makefile
VERSION = $(shell git describe --tags)
|
|
|
|
include common.mk
|
VERSION = $(shell git describe --tags)
|
|
|
|
include common.mk
|