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 0ece25f..bd4534e 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ generate-clean:
################################################################################
public/imworkingon/index.html: FORCE
- go run ./cmd/generate
+ TZ=America/Denver go run ./cmd/generate
.PRECIOUS: public/imworkingon/index.html
public/imworkingon/imworkingon.css: public/imworkingon/imworkingon.scss
sass $< $@