@@ -0,0 +1,17 @@
.PHONY: clean
all:run
run: debugBuild
sudo ./target/debug/steckbrett
debugBuild:
cargo build
clean:
cargo clean
rrun: build
sudo ./target/release/steckbrett
build:
cargo build --release
The note is not visible to the blocked user.