add justfile
This commit is contained in:
parent
ce04968a7d
commit
ed01451c42
1 changed files with 5 additions and 0 deletions
5
justfile
Normal file
5
justfile
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
flash:
|
||||||
|
nix build && ./result/bin/flash
|
||||||
|
|
||||||
|
build:
|
||||||
|
nix build
|
||||||
Loading…
Add table
Add a link
Reference in a new issue