aboutsummaryrefslogtreecommitdiff
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 da2f091..80aaf2b 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ install:
install -Dm755 $(BIN) $(BINDIR)/$(BIN)
run: sass tmpl
- go run .
+ go run -ldflags=$(LDFLAGS) .
test:
go test -v --tags=unit ./...