summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSon Ho2023-06-02 10:48:45 +0200
committerSon HO2023-06-04 21:54:38 +0200
commita4864b30da15b2b011d7fd768d51f81c326edd58 (patch)
tree29bb9da42dec147cc232dea260f29e216b8aca92 /Makefile
parent3595f1c6174dbc356d024fcdf74aaef8b1fd533e (diff)
Make minor modifications to the Makefile
Diffstat (limited to 'Makefile')
-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