9 lines
319 B
Makefile
9 lines
319 B
Makefile
###################################
|
|
# License: Modified MIT (NON-AI)
|
|
# Copyright 2025 Timothy Prepscius
|
|
# See the LICENSE file in the root directory for license information.
|
|
###################################
|
|
|
|
ROOTDIR := $(realpath $(dir $(lastword $(MAKEFILE_LIST)))..)
|
|
include $(ROOTDIR)/Core_Make/tjp/Make/Makefile
|