4 lines
87 B
Makefile
4 lines
87 B
Makefile
NAME=$(CURDIR)/$(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST))
|
|
|
|
all:
|
|
@echo $(NAME)
|