Rename make/libc.mk -> make/libmsl.mk
All checks were successful
Build documentation / build-and-deploy (push) Successful in 44s

This commit is contained in:
2026-01-28 23:57:28 +01:00
parent 3d23187acf
commit 1c64d608bd
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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