aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-08-06 10:08:58 -0400
committerBradley Taunt <bt@btxx.org>2024-08-06 10:08:58 -0400
commit26e2c1090089cd168c05cbb54957beacbef234fb (patch)
tree06272bf5c97c3b53bacc36b6ab1b4906af1d6896 /Makefile
parente75cc68c108c8be7ce57617517098529b4100621 (diff)
New post on perspectives
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4c40940..3e01092 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/*