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