Rename libmsl to libsystem
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m6s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m6s
This commit is contained in:
16
make/libsystem.mk
Normal file
16
make/libsystem.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
all_libsystem:
|
||||
make -C libsystem platform=$(platform) all
|
||||
|
||||
all_compiledb_libsystem:
|
||||
bear --output libsystem/compile_commands.json -- make -C libsystem platform=$(platform) all
|
||||
|
||||
clean_libsystem:
|
||||
make -C libsystem platform=$(platform) clean
|
||||
|
||||
format_libsystem:
|
||||
make -C libsystem platform=$(platform) format
|
||||
|
||||
docs_libsystem:
|
||||
make -C libsystem platform=$(platform) docs
|
||||
|
||||
.PHONY: all_libsystem clean_libsystem format_libsystem docs_libsystem all_compiledb_libsystem
|
||||
Reference in New Issue
Block a user