summaryrefslogtreecommitdiff
path: root/check.rb
diff options
context:
space:
mode:
Diffstat (limited to 'check.rb')
-rwxr-xr-xcheck.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/check.rb b/check.rb
index 2a9fbc6..7126e25 100755
--- a/check.rb
+++ b/check.rb
@@ -15,5 +15,5 @@ Sitegen.pages.each do |page|
end
Sitegen::want('out/index.atom')
-# Dump dependencies as a Makefile
-print Sitegen::Makefile()
+# Make!
+print Sitegen::make(:all)