Skip to content

Commit

Permalink
Fix stringer generate Makefile target
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmalkmus committed Apr 27, 2021
1 parent 4ec074d commit 728bcf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ fmt: ## Format and simplify the source code using `gofmt`
@! $(GOFMT) -s -w $(shell find . -path -prune -o -name '*.go' -print) | grep '^'

.PHONY: generate
generate: event_string.go internal/pb/qr_code.pb.go ## Generate code using `go generate` or other tools
generate: type_string.go internal/pb/qr_code.pb.go ## Generate code using `go generate` or other tools

.PHONY: install
install: $(GOPATH)/bin/cwa-qr ## Install the binary into the $GOPATH/bin directory
Expand Down

0 comments on commit 728bcf0

Please # to comment.