aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2018-11-02 16:32:36 +0000
committerTomasz Kramkowski <tk@the-tk.com>2018-11-02 16:32:36 +0000
commit0bc854d2796ecd4cf05fa3c5d98d6fbafed09d86 (patch)
tree3ead71b1ad7fb7663ae9ca0888ece2dccfa178f0
parentd3f47e042aebd5fbf86477abf7058704657e8430 (diff)
downloadfaqe-0bc854d2796ecd4cf05fa3c5d98d6fbafed09d86.tar.gz
faqe-0bc854d2796ecd4cf05fa3c5d98d6fbafed09d86.tar.xz
faqe-0bc854d2796ecd4cf05fa3c5d98d6fbafed09d86.zip
Makefile: add accidentally dropped lines
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9f991d1..23b40f3 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,9 @@ OBJ := faqe.o camera.o ensize.o eprintf.o fmd.o gl.o glprog.o ieee754.o model.o
all: $(PROG)
+include $(EPRINTF_PATH)/module.mk
+include $(LINMATH_PATH)/module.mk
+
$(PROG): $(OBJ)
test_ieee754: ieee754.o