From 3acbcf0d47f83df6a19bc0c12e66712f70361f23 Mon Sep 17 00:00:00 2001 From: Roger Feese <rfeese@nebraska.edu> Date: Mon, 18 Nov 2024 13:09:02 -0600 Subject: [PATCH] add java to PHONY. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 45469a2..a4978b5 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ GIT_COMMIT = $(strip $(shell git rev-parse --short HEAD)) #################### BUILD_ARGS := --build-arg VCS_REF=$(GIT_COMMIT) -.PHONY: all clean test $(DOCKERFILES) static-code-analysis mobile delete_dangling_images security publish utility dotnet +.PHONY: all clean test $(DOCKERFILES) static-code-analysis mobile delete_dangling_images security publish utility dotnet java all: php-lint php-unit-test php-browser-test mobile static-code-analysis utility detect-secrets dependency-check xml-lint -- GitLab