aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 004053e..5ceed54 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ CFLAGS += $(shell $(PKG_CONFIG) --cflags $(LIBS)) -std=c11 -MMD -MP
LDFLAGS += -Wl,--as-needed
LDLIBS += $(shell $(PKG_CONFIG) --libs $(LIBS)) -lm
-OBJ := faqe.o gl.o eprintf.o glprog.o
+OBJ := faqe.o eprintf.o fmd.o gl.o glprog.o ieee754.o model.o
all: $(PROG)
@@ -24,6 +24,7 @@ include $(EPRINTF_PATH)/module.mk
include $(LINMATH_PATH)/module.mk
$(PROG): $(OBJ)
+test_ieee754: ieee754.o
faqe.o: assets.h
deplinks: $(EPRINTF_FILES) $(LINMATH_FILES)