github.com/keybase/client/go@v0.0.0-20241007131713-f10651d043c8/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