Rename make/libc.mk -> make/libmsl.mk
All checks were successful
Build documentation / build-and-deploy (push) Successful in 44s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 44s
This commit is contained in:
2
Makefile
2
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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user