Bad separator in Makefile

This commit is contained in:
Thomas Roehl 2022-01-25 13:31:01 +01:00
parent 16273236c9
commit 676a96d5f9

View File

@ -26,7 +26,7 @@ fmt:
go fmt $(GOSRC_SINKS)
go fmt $(GOSRC_RECEIVERS)
go fmt $(GOSRC_APP)
@for F in $(GOSRC_INTERNAL); do go fmt $$F; done
@for F in $(GOSRC_INTERNAL); do go fmt $$F; done
# Examine Go source code and reports suspicious constructs