From 1c64d608bd04c6c1b140562610c42b7e270ca960 Mon Sep 17 00:00:00 2001 From: kamkow1 Date: Wed, 28 Jan 2026 23:57:28 +0100 Subject: [PATCH] Rename make/libc.mk -> make/libmsl.mk --- Makefile | 2 +- make/{libc.mk => libmsl.mk} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename make/{libc.mk => libmsl.mk} (78%) diff --git a/Makefile b/Makefile index 2f213f7..4cd519e 100644 --- a/Makefile +++ b/Makefile @@ -4,4 +4,4 @@ include make/apps.mk include make/kernel.mk include make/dist.mk include make/docs.mk -include make/libc.mk +include make/libmsl.mk diff --git a/make/libc.mk b/make/libmsl.mk similarity index 78% rename from make/libc.mk rename to make/libmsl.mk index 093017b..fdb4060 100644 --- a/make/libc.mk +++ b/make/libmsl.mk @@ -7,4 +7,4 @@ clean_libmsl: format_libmsl: make -C libmsl platform=$(platform) format -.PHONY: all_libmsl clean_libmsl +.PHONY: all_libmsl clean_libmsl format_libmsl