versa/justfile

8 lines
203 B
Makefile
Raw Normal View History

2024-02-19 08:00:00 +00:00
_default:
just --list
build:
2024-02-22 00:38:31 +00:00
# TODO: create a Nix derivation and add it to the Nix store instead of copying the phar to my Home directory.
./vendor/bin/box compile
cp dist/versa ~/versa