aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-07-21 12:18:17 -0400
committerBradley Taunt <bt@btxx.org>2024-07-21 12:18:17 -0400
commitb5ab99baf2f2f1e2418640070fda397003ff3dd5 (patch)
tree2c0f6dae2a489faa1230cb51911410c7330914f5 /Makefile
parentca10d78e63a3caf8b79ac7b73ff483a7150c2683 (diff)
Update README, add directories, image, LICENSE, and build config
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b4d62f6..9d7e5a1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
build:
rm -rf build && mkdir build
- ruby blog.rb
+ ruby wruby.rb
clean:
rm -rf build/*