summaryrefslogtreecommitdiff
path: root/lib/sitegen.rb
diff options
context:
space:
mode:
authorAndrew Murrell <merl@neo.andrewdm.me>2017-12-26 08:43:24 +0000
committerAndrew Murrell <merl@neo.andrewdm.me>2017-12-26 08:43:24 +0000
commitbc78567716a106042356053d556f57c1ddc13cfc (patch)
tree0c008bddb47699a9dcd62cdeb2e7131a137f64ee /lib/sitegen.rb
parentdb410594baa4bb507aaa23ff98bf8853056b0823 (diff)
parent50830151e8168b8be0100da349ba7e3576054dc3 (diff)
Merge branch 'master' of https://git.andrewdm.me/www
Diffstat (limited to 'lib/sitegen.rb')
-rw-r--r--lib/sitegen.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sitegen.rb b/lib/sitegen.rb
index 78222a3..4a3dd48 100644
--- a/lib/sitegen.rb
+++ b/lib/sitegen.rb
@@ -40,7 +40,7 @@ module Sitegen
end
@deps
end
- def self.Makefile()
+ def self.Makefile
str = ''
dependencies.each do |target, deps|
str += "#{target.to_s}: #{deps.sort.join(' ')}\n"