mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-06-08 11:20:26 +02:00
🐛 Makefile: Make phony targets .PHONY
This commit is contained in:
parent
831a24fc4c
commit
b7bdca4ac8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue