JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fix styl auto mtimes variable name
authorJason Woofenden <jason@jasonwoof.com>
Fri, 2 Jan 2015 18:18:14 +0000 (13:18 -0500)
committerJason Woofenden <jason@jasonwoof.com>
Fri, 2 Jan 2015 18:18:14 +0000 (13:18 -0500)
Makefile

index f0d0adb..6829dac 100644 (file)
--- 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)\""; \