aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-07-25 10:43:46 -0400
committerBradley Taunt <bt@btxx.org>2024-07-25 10:43:46 -0400
commit9a0e20a6c3322f66392fc6c2dd0aa8e8cee8cf3d (patch)
treeae15534198d055090c6b1eb2d4c3fd8a464f32b4 /Makefile
parentc0404efaa880c3cd545c65ce7a05cb2562ce4103 (diff)
Include Gemfile and lock, update README to utilize bundle install, Makefile update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9d7e5a1..e8e197a 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/*