From 2f08f7cc4b9c7ad2f0a33b5367c2f3fd4ae4ed7e Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Fri, 1 Mar 2019 20:01:29 -0500 Subject: initial tests for --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 \ -- cgit v1.2.1