From 6e0c7370e2881f5c7fe6fe6e16d30fc5b5593f9e Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Fri, 2 Jan 2015 13:18:14 -0500 Subject: [PATCH] fix styl auto mtimes variable name --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)\""; \ -- 1.7.10.4