make docker-run PHONY

This commit is contained in:
Dominik Siebel
2024-09-17 09:06:56 +02:00
committed by Daniel Molkentin
parent bffd905b34
commit 1f4f89e50a
+1 -1
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