summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-03-01 20:49:48 -0500
committerJakob Kaivo <jkk@ung.org>2019-03-01 20:49:48 -0500
commit2c9f47eb2eb7456948aeb8bed307e6b39be2cc32 (patch)
tree5f4a87c39eb33b3ef4226616e772eb4525b6d4d9 /Makefile
parent9cc79623cc21c52bbf78afdfdbfd8058c5c55af8 (diff)
basic <stdarg.h> tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 59f0da7..304851a 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,7 @@ TESTOBJS=main.o \
math.o \
setjmp.o \
signal.o \
+ stdarg.o \
stdbool.o \
stddef.o \
time.o \