diff options
author | johannst <johannes.stoelp@gmail.com> | 2021-04-17 23:38:23 +0200 |
---|---|---|
committer | johannst <johannes.stoelp@gmail.com> | 2021-04-17 23:38:23 +0200 |
commit | 9b4b10a31954c00813a7cbf9411d30bc84eccea8 (patch) | |
tree | b82ff5eaab73fd26cb6c5c22e73919fd53d21d8e /lib/Makefile | |
parent | 1d2a6f21294f8390b683e4e097cb49210ed832d1 (diff) | |
download | dynld-9b4b10a31954c00813a7cbf9411d30bc84eccea8.tar.gz dynld-9b4b10a31954c00813a7cbf9411d30bc84eccea8.zip |
add memset
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile index 62ecde8..5f8a1a9 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -9,6 +9,7 @@ HDR+=include/syscall.h HDR+=include/syscalls.h DEP+=src/alloc.o +DEP+=src/common.o DEP+=src/fmt.o DEP+=src/io.o DEP+=src/syscalls.o |