@@ -0,0 +1,20 @@
binary := "hotrod"
prefix := "/usr/bin"
default: build
build:
go build -ldflags="-s -w" -o {{binary}}
install: build
sudo cp {{binary}} {{prefix}}/{{binary}}
clean:
rm -f {{binary}}
run:
go run .
rebuild:
just clean
just build
The note is not visible to the blocked user.