soundboard/Justfile

15 lines
222 B
Makefile

default:
@just hello
run args='soundboard':
@cargo run --bin {{args}}
hello:
@echo "Hello, world!"
watch:
@cargo watch -c -q -w src -w templates -x run
release:
@cargo build --release