diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-04-20 01:15:56 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-04-20 01:15:56 -0600 |
commit | 6b080f09c280dad73a4a83f421cbfb8b10f2450e (patch) | |
tree | fe7abf911bd0d1fae31e1b97f87457a1265fda3c /Makefile | |
parent | 4d2ddc9ef274ea27fb5ab018c62fcdde9426e234 (diff) |
Use mountain time, not UTC
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $< $@ |