diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2014-02-07 20:10:05 -0500 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2014-02-07 20:10:05 -0500 |
commit | 2ed1852e698f3799f81a364a750a5bc52d15ad3a (patch) | |
tree | c2858c785ba2748220b6e0fd99521e0b13b57a77 /Makefile | |
parent | d6619a14eef1d721a13e3f0220ffd324e6c39315 (diff) | |
download | html5ks-2ed1852e698f3799f81a364a750a5bc52d15ad3a.tar.xz html5ks-2ed1852e698f3799f81a364a750a5bc52d15ad3a.zip |
stuff.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -147,7 +147,7 @@ space: watch: while inotifywait -r -e modify,delete,move --exclude="^\./\.git" --exclude="\.swp$$" .; do \ - ${MAKE}; \ + $(MAKE); \ done # disable default rules, increases `make` speed by 3 seconds |