diff options
author | aqua <aqua@iserlohn-fortress.net> | 2022-10-29 15:27:06 +0300 |
---|---|---|
committer | aqua <aqua@iserlohn-fortress.net> | 2022-10-29 17:09:05 +0300 |
commit | 28fe545925732a5cadd1f5b55fe9324778da25e5 (patch) | |
tree | 025dca4c74b3b7721d1573e2d292ad6c9ae8b67a /lib/Makefile | |
parent | makefile: add src/kernel.a target (diff) | |
download | kernel-28fe545925732a5cadd1f5b55fe9324778da25e5.tar.xz |
Remove meson.build files
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index 22c090c..c34790d 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -10,7 +10,6 @@ libk,OBJS = $(libk,SRCS:%.c=%.o) libk.a: ${libk,OBJS} @echo ' AR $@' @${AR} ${ARFLAGS} $@ $^ - i686-elf-ranlib $@ clean: @rm -rf ${libk,OBJS} |