Move string functions to libstring
All checks were successful
Build documentation / build-and-deploy (push) Successful in 27s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 27s
This commit is contained in:
10
make/libstring.mk
Normal file
10
make/libstring.mk
Normal file
@@ -0,0 +1,10 @@
|
||||
all_libstring:
|
||||
make -C libstring platform=$(platform) all
|
||||
|
||||
clean_libstring:
|
||||
make -C libstring platform=$(platform) clean
|
||||
|
||||
format_libstring:
|
||||
make -C libstring platform=$(platform) format
|
||||
|
||||
.PHONY: all_libstring clean_libstring format_libstring
|
||||
Reference in New Issue
Block a user