aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-07-25 10:48:40 -0400
committerBradley Taunt <bt@btxx.org>2024-07-25 10:48:40 -0400
commitc3f29bfbd2f38356ed18d8cd886a7705308f16fb (patch)
treeb58eec30d90e2333122ef150ca771696275923b1 /Makefile
parenta22af1569c4404a936fc6c018da9ae5b7fd5f776 (diff)
Carry over lockfile from core wruby project
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3e01092..4c40940 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
build:
rm -rf build && mkdir build
- ruby wruby.rb
+ bundle exec ruby wruby.rb
clean:
rm -rf build/*