Skip to content
Snippets Groups Projects
Select Git revision
  • dev
  • main default protected
  • f-extend-upload-api
  • f-fix-pipeline
  • f-linkahead-rename
  • v0.3.0
  • v0.2.0
  • v0.1.0
8 results

Makefile

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Makefile 148 B
    ALL:
    	@echo "THIS IS ONLY FOR DEVELOPMENT. DON'T USE IT"
    
    formatting:
    	clang-format -i $$(find proto/ -type f -iname "*.proto")
    
    linting:
    	buf lint