Skip to content

Instantly share code, notes, and snippets.

@grampelberg
Created February 5, 2021 18:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grampelberg/7c28e9eb641a01a9b6294592fec4b899 to your computer and use it in GitHub Desktop.
Save grampelberg/7c28e9eb641a01a9b6294592fec4b899 to your computer and use it in GitHub Desktop.
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