aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-07-26 08:53:21 -0400
committerBradley Taunt <bt@btxx.org>2024-07-26 08:53:21 -0400
commit8969f1eb1e8c26f8494012e4c18d0781baeaaa7d (patch)
treeb89a45ba85b90d15f22b7aa57455ead7ad1ddc87 /Makefile
parent8d9092bf051865655f6919263f453832bee055a3 (diff)
Remove Gemfiles and use inline bundler instead
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e8e197a..9d7e5a1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
build:
rm -rf build && mkdir build
- bundle exec ruby wruby.rb
+ ruby wruby.rb
clean:
rm -rf build/*