Current Directory Makefile

[Solved] Current Directory Makefile | Perl - Code Explorer | yomemimo.com
Question : current directory makefile

Answered by : tense-tarantula-we3m6j7rn4xs

mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST)))
current_dir := $(notdir $(patsubst %/,%,$(dir $(mkfile_path))))

Source : | Last Update : Mon, 16 May 22

Answers related to current directory makefile

Code Explorer Popular Question For Perl