Add glossary decks
This commit is contained in:
@@ -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__
|
||||
|
||||
Reference in New Issue
Block a user