summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-01-09 20:49:34 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-01-09 20:49:34 -0500
commit08f8193d87d1767529c3667e18669150dabca060 (patch)
tree61fd52bd1fc86b0714fe565bc2d080a2599932a8 /Makefile
parentece5de3520aafdb61b8764139aa9c616b4b2fd13 (diff)
mv make bin/sitegen
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2c07400..96e0fdf 100644
--- a/Makefile
+++ b/Makefile
@@ -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)