diff options
Diffstat (limited to 'src/common/Makefile')
-rw-r--r-- | src/common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Makefile b/src/common/Makefile index d27c6d5..40b8ba9 100644 --- a/src/common/Makefile +++ b/src/common/Makefile @@ -1,4 +1,4 @@ -OBJ = string.o printf.o slab_alloc.o mutex.o hashtbl.o buffer.o +OBJ = string.o printf.o slab_alloc.o mutex.o hashtbl.o LIB = |