16 lines
272 B
Makefile
16 lines
272 B
Makefile
alias b := build
|
|
build:
|
|
cargo build
|
|
|
|
alias r := run
|
|
run:
|
|
nixVulkanIntel cargo run
|
|
|
|
fmt:
|
|
nix fmt flake.nix
|
|
|
|
# See https://github.com/zed-industries/zed/blob/main/docs/src/developing_zed__building_zed_linux.md
|
|
alias e := edit
|
|
edit:
|
|
WALYAND_DISPLAY= nixVulkanIntel zed .
|