Auxilary scripts for formatting all components
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:
@@ -6,4 +6,7 @@ all_apps:
|
||||
clean_apps:
|
||||
@for d in $(apps); do make -C $$d platform=$(platform) clean; done
|
||||
|
||||
.PHONY: all_apps clean_apps
|
||||
format_apps:
|
||||
@for d in $(apps); do make -C $$d platform=$(platform) format; done
|
||||
|
||||
.PHONY: all_apps clean_apps format_apps
|
||||
|
||||
Reference in New Issue
Block a user