From 34ba25e51720d378cd35f519e2111ce7b5f75406 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Sat, 13 Apr 2019 11:07:21 +0100 Subject: [PATCH] Makefile: Mark test* targets as .PHONY Refs #2823 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7aeb7e18e..49e83d21c 100644 --- a/Makefile +++ b/Makefile @@ -311,5 +311,6 @@ lib-opts-shared: debug debug-static debug-shared \ install install-static install-shared \ lib-opts lib-opts-shared lib-opts-static \ - lib-file lib-file-shared lib-file-static + lib-file lib-file-shared lib-file-static \ + test test_build test_full test_probe .DELETE_ON_ERROR: