1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-07 19:05:13 +02:00

🐛 Makefile: Make phony targets .PHONY

This commit is contained in:
Mike Gerber 2025-04-17 08:09:06 +02:00
parent 831a24fc4c
commit b7bdca4ac8

View file

@ -30,4 +30,4 @@ docker:
--build-arg BUILD_DATE=$$(date -u +"%Y-%m-%dT%H:%M:%SZ") \ --build-arg BUILD_DATE=$$(date -u +"%Y-%m-%dT%H:%M:%SZ") \
-t $(DOCKER_TAG) . -t $(DOCKER_TAG) .
.PHONY: help install docker .PHONY: help install install-dev test docker