summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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)