soundboard/Justfile
2023-10-27 13:13:22 +02:00

12 lines
140 B
Makefile

default:
@just hello
run:
@cargo run main
bin args='':
@cargo run --bin {{args}}
hello:
@echo "Hello, world!"