mirror of
https://github.com/opdavies/versa.git
synced 2025-02-02 07:57:32 +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
|