From: Jason Woofenden Date: Fri, 2 Jan 2015 18:18:14 +0000 (-0500) Subject: fix styl auto mtimes variable name X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=6e0c7370e2881f5c7fe6fe6e16d30fc5b5593f9e;hp=d25f95dd5d0f1452226501185f0d03a30d319628;p=wfpl-cms.git fix styl auto mtimes variable name --- 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)\""; \