X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=Makefile;h=6829dacaa6a7bee51982605e0358db4e02c4d14a;hb=6e0c7370e2881f5c7fe6fe6e16d30fc5b5593f9e;hp=f0d0adb07595fef5fdc4788ee768b956f21e80b9;hpb=d25f95dd5d0f1452226501185f0d03a30d319628;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)\""; \