Files
core_math/Makefile.def
Timothy Prepscius 0807c0286a flatten 20260225
2026-02-25 12:36:47 -05:00

7 lines
411 B
Makefile
Executable File

timprepscius.core.include := $(timprepscius.core.include) -I $(dir $(realpath $(lastword $(MAKEFILE_LIST))))
timprepscius.core.link := $(timprepscius.core.link) -L $(dir $(realpath $(lastword $(MAKEFILE_LIST))))/.bin/$(OBJDIR)
timprepscius.core_math.include := -I $(dir $(realpath $(lastword $(MAKEFILE_LIST))))
timprepscius.core_math.link := -L $(dir $(realpath $(lastword $(MAKEFILE_LIST))))/.bin/$(OBJDIR)