summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-03-01 21:49:01 -0500
committerJakob Kaivo <jkk@ung.org>2019-03-01 21:49:01 -0500
commit6d9ef3245dfc8cbcc2e1d3f28e05090f1ed766a8 (patch)
tree3676d601081ce2b43224c9c2d0bb3d2d5825ef3f /Makefile
parent306613c5a17842fc6967f9a9a3722a63767c3b75 (diff)
skeletons for C11/C18 functions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9d75446..8b06b28 100644
--- a/Makefile
+++ b/Makefile
@@ -20,15 +20,20 @@ TESTOBJS=main.o \
math.o \
setjmp.o \
signal.o \
+ stdalign.o \
stdarg.o \
+ stdatomic.o \
stdbool.o \
stddef.o \
stdint.o \
stdio.o \
stdlib.o \
+ stdnoreturn.o \
string.o \
tgmath.o \
+ threads.o \
time.o \
+ uchar.o \
wchar.o \
wctype.o \
test.o