all repos — website @ a93b5ad88ea3cf742cf03fdeeb95f63865f08374

My website

build: pass flags to `go run`
Alan Pearce alan@alanpearce.eu
Wed, 29 Jan 2025 21:55:48 +0100
commit

a93b5ad88ea3cf742cf03fdeeb95f63865f08374

parent

127a675fc7cd9cdb65e4b4caac21e0f259102ee8

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M justfilejustfile
@@ -23,9 +23,9 @@ update-all: 	nix flake update
 	go get -u all
 
-build:
+build *BUILD_FLAGS:
 	templ generate
-	go run ./cmd/build
+	go run ./cmd/build {{ BUILD_FLAGS }}
 
 dev:
 	systemfd -s https::{{ listen_address }}:{{ tls_port }} -s http::{{ listen_address }}:{{ port }} -- modd