@@ -0,0 +1,22 @@
all:
make clean
make build
clean:
rm -rf target
build:
cargo build
test:
cargo test
up:
docker-compose up -d
down:
docker-compose down
run:
cargo run
The note is not visible to the blocked user.