summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 606ed3eb..14f35ce7 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ endif
default: build
.PHONY: all
-all: build-test-verify nix
+all: build-tests-verify nix
####################################
# Variables customizable by the user
@@ -53,7 +53,7 @@ SUBDIR :=
####################################
# Build the project, test it and verify the generated files
-.PHONY: build-test-verify
+.PHONY: build-tests-verify
build-tests-verify: build tests verify
# Build the project