summaryrefslogtreecommitdiff
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 ab307c5cbd..acdc8c0d15 100644
--- a/LibC/Makefile
+++ b/LibC/Makefile
@@ -7,7 +7,8 @@ AK_OBJS = \
../AK/StringBuilder.o \
../AK/FileSystemPath.o \
../AK/StdLibExtras.o \
- ../AK/MappedFile.o
+ ../AK/MappedFile.o \
+ ../AK/ArgsParser.o
LIBC_OBJS = \
SharedBuffer.o \