@@ -0,0 +1,15 @@
.PHONY: all fetch anki test clean
all: fetch anki
fetch:
python3 amateurfunk_fetch.py
anki:
python3 amateurfunk_anki.py
test:
python3 -m unittest test_amateurfunk_fetch test_amateurfunk_anki
clean:
rm -rf data anki
The note is not visible to the blocked user.