From a53677673de504fe050fced7791b45d80e3fe77b Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Fri, 20 Apr 2018 22:18:45 +0200 Subject: Move linmath.h out of the project and into its own fork. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fccbf40..004053e 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,7 @@ PROG := faqe EPRINTF_PATH ?= ../eprintf +LINMATH_PATH ?= ../linmath PKG_CONFIG ?= pkg-config LN ?= ln -sf @@ -20,11 +21,12 @@ all: $(PROG) include assets.mk include $(EPRINTF_PATH)/module.mk +include $(LINMATH_PATH)/module.mk $(PROG): $(OBJ) faqe.o: assets.h -deplinks: $(EPRINTF_FILES) +deplinks: $(EPRINTF_FILES) $(LINMATH_FILES) DEP := $(OBJ:.o=.d) -- cgit v1.2.3-54-g00ecf