X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=Makefile;h=6829dacaa6a7bee51982605e0358db4e02c4d14a;hb=00f6a232f1a6022f53f4e3c9d0236d81db966b62;hp=f0d0adb07595fef5fdc4788ee768b956f21e80b9;hpb=19da07bf62eaca97c6516e664733fa1d534389b3;p=wfpl-cms.git diff --git a/Makefile b/Makefile index f0d0adb..6829dac 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ style.css: styl.styl .image-mtimes.styl .image-mtimes.styl: $(images) ( \ - echo -n 'w-mtime = {'; \ + echo -n 'mtimes = {'; \ div=' '; \ for x in $^; do \ echo -n "$$div '$$x': \"$$x?m=$$(stat -c '%Y' $$x)\""; \