makefile: Fix typo
1 files changed, 1 insertions(+), 1 deletions(-) M GNUmakefile
M GNUmakefile => GNUmakefile +1 -1
@@ 46,6 46,6 @@ clean: .PHONY: check check: go vet ./... -ifneq ($(shell comamnd -v staticcheck 2>/dev/null),) +ifneq ($(shell command -v staticcheck),) staticcheck ./... endif