X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=Makefile;h=bd18a82f9bdf1d8707e4056865595a55eafe373e;hb=f3ad68d9ef5f235e53db063e5892becc299cbe8f;hp=5787916081b62308e2d5dabed57d22c4bb897aa3;hpb=90f02252aa537bb653c2496f94acf801c2ea019f;p=wfpl-cms.git diff --git a/Makefile b/Makefile index 5787916..bd18a82 100644 --- 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)\""; \