Skip to content
Snippets Groups Projects
common.mk 177 B
PREFIX ?= /

GIT_VERSION := $(shell git describe --always --dirty --long --tags)
VERSION := $(shell git describe --tags --abbrev=0 | tr -d 'v')

GCORES_SW := $(GCORES)/software