about summary refs log tree commit diff
path: root/bam.lua
diff options
context:
space:
mode:
Diffstat (limited to 'bam.lua')
-rw-r--r--bam.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/bam.lua b/bam.lua
index 90a268fd..75f46316 100644
--- a/bam.lua
+++ b/bam.lua
@@ -38,6 +38,7 @@ function CHash(output, ...)
 	for index, inname in ipairs(inputs) do
 		AddDependency(output, inname)
 	end
+	AddDependency(output, "scripts/cmd5.py")
 	return output
 end