JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fix typos
[wfpl-cms.git] / Makefile
index 5787916..bd18a82 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ style.css: styl.styl .sha1sums.styl
 
 .sha1sums.styl: $(images)
        ( \
-               echo -n 'mtimes = {'; \
+               echo -n 'sha1 = {'; \
                div=' '; \
                for x in $^; do \
                        echo -n "$$div '$$x': \"$$x?m=$$(sha1sum < $$x | head -c 10)\""; \