diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-09 20:49:34 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-09 20:49:34 -0500 |
commit | 08f8193d87d1767529c3667e18669150dabca060 (patch) | |
tree | 61fd52bd1fc86b0714fe565bc2d080a2599932a8 /Makefile | |
parent | ece5de3520aafdb61b8764139aa9c616b4b2fd13 (diff) |
mv make bin/sitegen
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ out/%.css: src/%.scss targets = $(phony) %.css $(sort $(filter-out $(targets),out/index.html $(MAKECMDGOALS))): FORCE - ./make + ./bin/sitegen # Boilerplate .PHONY: $(phony) |