Answers for "Get directory PWD within Makefile"

0

Get directory PWD within Makefile

ROOT_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
Posted by: Guest on April-25-2021

Browse Popular Code Answers by Language