update flake
This commit is contained in:
parent
0ebe53201f
commit
0b0a30898d
3 changed files with 81 additions and 30 deletions
7
justfile
7
justfile
|
|
@ -17,6 +17,13 @@ build: _extract_vendor
|
|||
#!/usr/bin/env bash
|
||||
cargo build {{cargo_args}}
|
||||
|
||||
# Compiles with debug profile
|
||||
build-debug *args:
|
||||
cargo build {{args}}
|
||||
|
||||
# Compiles with release profile
|
||||
build-release *args: (build-debug '--release' args)
|
||||
|
||||
_install_icon path:
|
||||
install -Dm0644 {{path}} {{iconsdir}}/{{file_name(path)}}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue