Files
gnatdashboard/gnathub/version.mk
Charly Delay f308b04a81 chore(doc): Makefile rework
Rewrite the Makefile to comply with good practices and conventions (see
https://www.gnu.org/prep/standards/html_node/Makefile-Conventions.html).

Change-Id: I123a7fde2b7abdddecc1aa225f32b8b3c82ac45c
2016-06-16 14:18:13 -04:00

3 lines
119 B
Makefile

workdir := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
VERSION := $(shell cat $(dir $(abspath $(workdir)))/VERSION)