mirror of
https://github.com/khuedoan/homelab.git
synced 2025-07-30 22:58:56 +07:00
Only run Python files in diagrams directory
This commit is contained in:
@ -7,7 +7,7 @@ diagrams:
|
||||
cd diagrams \
|
||||
&& python3 -m venv .venv \
|
||||
&& pip3 install -r requirements.txt \
|
||||
&& python3 *
|
||||
&& python3 *.py
|
||||
|
||||
.PHONY: book
|
||||
book: diagrams
|
||||
|
Reference in New Issue
Block a user