aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2018-04-20 22:18:45 +0200
committerTomasz Kramkowski <tk@the-tk.com>2018-04-20 22:18:45 +0200
commita53677673de504fe050fced7791b45d80e3fe77b (patch)
treeb22047d70b40156bece9489bd58db34f99e91209 /Makefile
parentfd56a839d33d8d33ff4722550f97465db56b379d (diff)
downloadfaqe-a53677673de504fe050fced7791b45d80e3fe77b.tar.gz
faqe-a53677673de504fe050fced7791b45d80e3fe77b.tar.xz
faqe-a53677673de504fe050fced7791b45d80e3fe77b.zip
Move linmath.h out of the project and into its own fork.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
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)