summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c7cd7f55..efedbf7f 100644
--- a/Makefile
+++ b/Makefile
@@ -54,8 +54,8 @@ SUBDIR :=
build: format build-dev
# Build the project, test it and verify the generated files
-.PHONY: build-tests-verify
-build-tests-verify: build tests verify
+.PHONY: build-test-verify
+build-test-verify: build test verify
# Build the project, without formatting the code
.PHONY: build-dev