From a4864b30da15b2b011d7fd768d51f81c326edd58 Mon Sep 17 00:00:00 2001 From: Son Ho Date: Fri, 2 Jun 2023 10:48:45 +0200 Subject: Make minor modifications to the Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3