github.com/keybase/client/go@v0.0.0-20240309051027-028f7c731f8b/chat/flip/Makefile (about)

     1  
     2  default: build
     3  all: build
     4  
     5  build:
     6  	npm i
     7  	node_modules/.bin/avdlc -l go -o prot.go -i prot.avdl
     8  	go fmt .
     9  
    10  .PHONY: build