You've already forked gnatdashboard
mirror of
https://github.com/AdaCore/gnatdashboard.git
synced 2026-02-12 12:30:42 -08:00
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
3 lines
119 B
Makefile
3 lines
119 B
Makefile
workdir := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
|
|
VERSION := $(shell cat $(dir $(abspath $(workdir)))/VERSION)
|