make docker-run PHONY

This commit is contained in:
Dominik Siebel 2024-09-16 16:11:47 +02:00 committed by Daniel Molkentin
parent 4c6a976676
commit 4825dfb34f

View File

@ -1,5 +1,5 @@
# Define the targets # Define the targets
.PHONY: help venv pip docs clean .PHONY: help venv pip docker-run docs clean
# Default target # Default target
all: help all: help