add justfile

This commit is contained in:
Chris Cochrun 2025-11-14 07:20:31 -06:00
parent ce04968a7d
commit ed01451c42

5
justfile Normal file
View file

@ -0,0 +1,5 @@
flash:
nix build && ./result/bin/flash
build:
nix build