Set test(s) to PHONY

This commit is contained in:
2024-04-03 14:15:28 +02:00
parent 475a025d9e
commit 3a0cf1a7db

View File

@@ -31,7 +31,7 @@ SHELL := bash
.DELETE_ON_ERROR: .DELETE_ON_ERROR:
MAKEFLAGS += --warn-undefined-variables MAKEFLAGS += --warn-undefined-variables
MAKEFLAGS += --no-builtin-rules MAKEFLAGS += --no-builtin-rules
.PHONY: help clean build install .PHONY: help clean build install tests test
all: build all: build