aboutsummaryrefslogtreecommitdiffstats
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 3274451..e76a5cd 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ VENDOR_DIR ?= vendor
28DART_SASS_EMBEDDED_DIR := $(VENDOR_DIR)/sass_embedded 28DART_SASS_EMBEDDED_DIR := $(VENDOR_DIR)/sass_embedded
29DART_SASS_EMBEDDED_BINARY := $(DART_SASS_EMBEDDED_DIR)/dart-sass-embedded 29DART_SASS_EMBEDDED_BINARY := $(DART_SASS_EMBEDDED_DIR)/dart-sass-embedded
30 30
31HUGO ?= hugo 31HUGO ?= npx hugo
32HUGO := PATH="$(DART_SASS_EMBEDDED_DIR):$${PATH}" $(HUGO) 32HUGO := PATH="$(DART_SASS_EMBEDDED_DIR):$${PATH}" $(HUGO)
33 33
34.PHONY: all server upgrade_dart_sass_embedded 34.PHONY: all server upgrade_dart_sass_embedded