@@ -0,0 +1,9 @@
clean:
@echo "Cleaning..."
@rm -rf build
compile:
@echo "Compiling..."
@cd src && \
go build -o ../build/otter && \
cd ..
The note is not visible to the blocked user.