Makefile: fix typo

git-svn-id: file:///srv/svn/repo/toyohime/trunk@71 922d331f-388e-da47-97a9-ad700dc0b8b9
This commit is contained in:
kare.nuorteva 2018-01-11 13:57:48 +00:00
parent a34208f62b
commit 1bb417b6e8

View File

@ -11,7 +11,7 @@ test:
.PHONY: lint
lint:
gometalint ./...
gometalinter ./...
.PHONY: cover
cover: