5 lines
65 B
Makefile
5 lines
65 B
Makefile
flash:
|
|
nix build && ./result/bin/flash
|
|
|
|
build:
|
|
nix build
|