From 7243af71c756b1c522997b537f59b2ccce3b3b29 Mon Sep 17 00:00:00 2001 From: Bryan Boreham Date: Wed, 30 Dec 2020 17:57:48 +0000 Subject: [PATCH] Create embedded Go files before linting Otherwise we get a compile error --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 25eaf30167..c9e8283afb 100644 --- a/Makefile +++ b/Makefile @@ -118,7 +118,7 @@ shell: tests: $(CODECGEN_TARGETS) prog/staticui/staticui.go prog/externalui/externalui.go ./tools/test -no-go-get -tags $(GO_BUILD_TAGS) -lint: +lint: prog/staticui/staticui.go prog/externalui/externalui.go ./tools/lint prog/staticui/staticui.go: