Add glossary decks

This commit is contained in:
2026-06-17 11:48:27 +02:00
parent fb81e9c1aa
commit 2b73096d3c
9 changed files with 2748 additions and 11 deletions
+9 -3
View File
@@ -1,6 +1,6 @@
.PHONY: all fetch anki test clean
.PHONY: all fetch anki shorthand technical test clean
all: fetch anki
all: fetch anki shorthand technical
fetch:
python3 amateurfunk_fetch.py
@@ -8,8 +8,14 @@ fetch:
anki:
python3 amateurfunk_anki.py
shorthand:
python3 amateurfunk_shorthand.py
technical:
python3 amateurfunk_technical.py
test:
python3 -m unittest test_amateurfunk_fetch test_amateurfunk_anki
python3 -m unittest test_amateurfunk_fetch test_amateurfunk_anki test_amateurfunk_shorthand test_amateurfunk_technical
clean:
rm -rf data anki __pycache__