make docker-run PHONY

This commit is contained in:
Dominik Siebel 2024-09-16 16:11:47 +02:00 committed by Daniel Molkentin
parent bffd905b34
commit 1f4f89e50a

View File

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