Create embedded Go files before linting

Otherwise we get a compile error
This commit is contained in:
Bryan Boreham
2020-12-30 17:57:48 +00:00
parent 69c685105f
commit 7243af71c7

View File

@@ -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: