From 1f41aa8b371f185df52bfb5e0800fe613f4b0db1 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 11 Nov 2024 17:28:09 +0100 Subject: [PATCH] build(Makefile): fix PHONY def of job-% --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1ef34a0ed..e70f33218 100644 --- a/Makefile +++ b/Makefile @@ -280,7 +280,7 @@ endif # HELP(test-backend): test backend --test-backend: stack build $(STACK_CORES) --test --coverage --fast --flag uniworx:library-only $(--DEVELOPMENT) -.PHONY: .job-%: +.PHONY: .job-% .job-%: ./utils/dirsymlink.pl ".job-$*" .stack-work