Skip to content

Commit

Permalink
just: Add love rule
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-wolf committed Apr 20, 2024
1 parent ceff48f commit d0a120d
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions justfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
bundle:
luabundler bundle app.lua -p "./?.lua" -o bundle.lua
build:
./build.sh
lovenspire := "$HOME/Workspace/lovenspire"

test:
make test
tns:
make tns

# You need lovenspire for running rpnspire on your
# host OS.
love:
luabundler bundle app.lua -p "./?.lua" -o bundle.lua
love {{lovenspire}} ./bundle.lua

0 comments on commit d0a120d

Please sign in to comment.