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

10
make/libmsl.mk Normal file
View File

@@ -0,0 +1,10 @@
all_libmsl:
make -C libmsl platform=$(platform) all
clean_libmsl:
make -C libmsl platform=$(platform) clean
format_libmsl:
make -C libmsl platform=$(platform) format
.PHONY: all_libmsl clean_libmsl format_libmsl