diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ./... |