Only run Python files in diagrams directory

This commit is contained in:
Khue Doan 2021-08-30 14:05:19 +07:00
parent 4b761cb06f
commit b3b579d8cc

View File

@ -7,7 +7,7 @@ diagrams:
cd diagrams \
&& python3 -m venv .venv \
&& pip3 install -r requirements.txt \
&& python3 *
&& python3 *.py
.PHONY: book
book: diagrams