diff options
author | Jakob Kaivo <jkk@ung.org> | 2019-03-01 21:49:01 -0500 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2019-03-01 21:49:01 -0500 |
commit | 6d9ef3245dfc8cbcc2e1d3f28e05090f1ed766a8 (patch) | |
tree | 3676d601081ce2b43224c9c2d0bb3d2d5825ef3f /Makefile | |
parent | 306613c5a17842fc6967f9a9a3722a63767c3b75 (diff) |
skeletons for C11/C18 functions
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |