aboutsummaryrefslogtreecommitdiff
path: root/libc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libc/Makefile')
-rw-r--r--libc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/Makefile b/libc/Makefile
index 2d4d1b5..eb79983 100644
--- a/libc/Makefile
+++ b/libc/Makefile
@@ -1,7 +1,8 @@
# MIT License, Copyright (c) 2020 Marvin Borner
# TODO: Remove serial and cpu from libc?
-COBJS = str.o \
+COBJS = sanitize.o \
+ str.o \
mem.o \
math.o \
conv.o \