1 2 3 4 5 6 7 8 9
.ONESHELL: .PHONY: some-target ROOT_DIR := $(dir $(realpath $(lastword $(MAKEFILE_LIST)))) all: echo bar some-target: echo foo