doggo/justfile
2024-04-06 11:18:23 +02:00

11 lines
109 B
Makefile

alias b := build
build:
cargo build
alias r := run
run:
nixVulkanIntel cargo run
fmt:
nix fmt flake.nix