summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-03-01 20:17:09 -0500
committerJakob Kaivo <jkk@ung.org>2019-03-01 20:17:09 -0500
commitadd94c7ea454202a01c5feb96c7e9131f82d7a46 (patch)
tree4dcbfff9e766a222815ec998aed596ed6944905d /Makefile
parent59618293f47374b14dd75d52bec873488eb3d6c9 (diff)
skeleton of <math.h> tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d84925d..5a87be0 100644
--- a/Makefile
+++ b/Makefile
@@ -7,13 +7,13 @@ LDFLAGS=-L$(LIBDIR) $(LIBS)
TESTOBJS=main.o \
assert.o \
- complex.o \
ctype.o \
errno.o \
float.o \
iso646.o \
limits.o \
locale.o \
+ math.o \
signal.o \
stdbool.o \
stddef.o \