From 3a0cf1a7db86b6067d6983bd62acdc93b77901bf Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Wed, 3 Apr 2024 14:15:28 +0200 Subject: [PATCH] Set test(s) to PHONY --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f507674..2ecd77b 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ SHELL := bash .DELETE_ON_ERROR: MAKEFLAGS += --warn-undefined-variables MAKEFLAGS += --no-builtin-rules -.PHONY: help clean build install +.PHONY: help clean build install tests test all: build