diff options
author | Son Ho | 2023-06-02 10:48:45 +0200 |
---|---|---|
committer | Son HO | 2023-06-04 21:54:38 +0200 |
commit | a4864b30da15b2b011d7fd768d51f81c326edd58 (patch) | |
tree | 29bb9da42dec147cc232dea260f29e216b8aca92 /Makefile | |
parent | 3595f1c6174dbc356d024fcdf74aaef8b1fd533e (diff) |
Make minor modifications to the Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |