@@ -0,0 +1,12 @@
debug:
go run -tags "debug" ./...
all: clean build
clean:
echo "* Cleaning the output directory"
rm -rf build
build:
echo "* Building the binary"
./build.sh
The note is not visible to the blocked user.