Set test(s) to PHONY
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user