11 lines
109 B
Makefile
11 lines
109 B
Makefile
alias b := build
|
|
build:
|
|
cargo build
|
|
|
|
alias r := run
|
|
run:
|
|
nixVulkanIntel cargo run
|
|
|
|
fmt:
|
|
nix fmt flake.nix
|