Created
February 5, 2021 18:49
-
-
Save grampelberg/7c28e9eb641a01a9b6294592fec4b899 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MKFILE_PATH := $(abspath $(lastword $(MAKEFILE_LIST))) | |
CURRENT_DIR := $(notdir $(patsubst %/,%,$(dir $(MKFILE_PATH)))) | |
include $(CURRENT_DIR)/.env | |
include $(CURRENT_DIR)/mk/dependency.mk | |
include$(CURRENT_DIR)/mk/other.mk | |
main: dependency-one other-two |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment