Clean up MakeFiles

This commit is contained in:
Jaby
2024-02-09 15:41:56 -05:00
committed by Jaby
parent 87efca91e0
commit 1f5786aed8
12 changed files with 14 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
SELF_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
include $(SELF_DIR)ExportPath.mk
include $(SELF_DIR)common/ExportPath.mk
substitute = $(subst $(JABY_ENGINE_DIR)/include/modules,!JABYENGINEMODULES,$(subst ..,!super,$1))
desubstitute = $(subst !JABYENGINEMODULES,$(JABY_ENGINE_DIR)/include/modules,$(subst !super,..,$1))