Files
core_graphics_render/Makefile.def
Timothy Prepscius 20d622f1c6 flatten 20260225
2026-02-25 12:32:21 -05:00

7 lines
419 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_graphics.include := -I $(dir $(realpath $(lastword $(MAKEFILE_LIST))))
timprepscius.core_graphics.link := -L $(dir $(realpath $(lastword $(MAKEFILE_LIST))))/.bin/$(OBJDIR)