Fix makefile syntax error (#10622)

Fix error found via checkmake. It was the only worthwhile issue it reported.
This commit is contained in:
silverwind 2020-03-06 07:47:40 +01:00 committed by GitHub
parent 3f1c0841cb
commit 334f09d934
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ fmt-check:
test:
GO111MODULE=on $(GO) test $(GOTESTFLAGS) -mod=vendor -tags='sqlite sqlite_unlock_notify' $(PACKAGES)
PHONY: test-check
.PHONY: test-check
test-check:
@echo "Checking if tests have changed the source tree...";
@diff=$$(git status -s); \