diff options
author | dzwdz | 2024-03-04 23:30:01 +0100 |
---|---|---|
committer | dzwdz | 2024-03-04 23:30:01 +0100 |
commit | 3e22951e03a20bf7836b6c0e2c25e2cb7059a2f1 (patch) | |
tree | 76ad4cb250b90a975eb963d4588e22b3cdf86751 /Makefile | |
parent | 3fa1272b0a05a1371bdad78c03db651950ab5200 (diff) |
python article, slight style changes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 41e0b10..33a705b 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,7 @@ posts: \ out/feeds.html \ out/our.html \ out/tui.html \ +out/python_recursion.html \ # posts end out/index.html: src/index.sh src/feed.ass |