From 8969f1eb1e8c26f8494012e4c18d0781baeaaa7d Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Fri, 26 Jul 2024 08:53:21 -0400 Subject: Remove Gemfiles and use inline bundler instead --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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/* -- cgit v1.2.3-54-g00ecf