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