mirror of
https://github.com/opdavies/versa.git
synced 2025-01-22 19:47:33 +00:00
8 lines
203 B
Makefile
8 lines
203 B
Makefile
_default:
|
|
just --list
|
|
|
|
build:
|
|
# 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
|