From 1d9cd1218ba7aeac1744961c808ab63a743d43f0 Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 24 Dec 2022 09:19:16 +0200 Subject: [PATCH] Remove .so & .a files from /system directory --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 37190583..382f82a5 100644 --- a/Makefile +++ b/Makefile @@ -176,6 +176,8 @@ clean: rm -f initrd/system/drivers/*.elf rm -f initrd/system/*.fex rm -f initrd/system/*.elf + rm -f initrd/system/*.so + rm -f initrd/system/*.a rm -f initrd/system/lib/*.a rm -f initrd/system/lib/*.so rm -f initrd/system/lib/*.o