summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-03-01 20:01:29 -0500
committerJakob Kaivo <jkk@ung.org>2019-03-01 20:01:29 -0500
commit2f08f7cc4b9c7ad2f0a33b5367c2f3fd4ae4ed7e (patch)
treec72dac1efe963cacd53a2ceb893cead697fd2e59 /Makefile
parent47fbd9c2bd6c59b46fcf4c93851192cbb9240ebb (diff)
initial tests for <complex.h>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 13f953f..d84925d 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,7 @@ LDFLAGS=-L$(LIBDIR) $(LIBS)
TESTOBJS=main.o \
assert.o \
+ complex.o \
ctype.o \
errno.o \
float.o \