Skip to content

Commit 0251eab

Browse files
make run examples
1 parent 2b8b215 commit 0251eab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,7 @@ install: clean ## install the package to the active Python's site-packages
8484
build-site: docs ## put docs website in a directory
8585
cd docs&&mkdocs build
8686
cp -rf docs/site/* ../../Pro_Website/Techtonique.github.io/ahead_python
87-
cd ..
87+
cd ..
88+
89+
run-examples: ## run all examples with one command
90+
find examples -maxdepth 2 -name "*.py" -exec python3 {} \;

0 commit comments

Comments
 (0)