diff --git a/Makefile b/Makefile index 57f411f..07c3b70 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,7 @@ -build/index.html: build/style.css index.html config.toml compile.js +.PHONY: all +all: build/index.html build/style.css + +build/index.html: index.html config.toml compile.js node compile.js build/style.css: scss/style.scss node_modules/bootstrap/scss/_root.scss