Add Makefile

This commit is contained in:
2026-05-20 18:18:38 +02:00
parent aa66c91f14
commit 58af96d7f5
+15
View File
@@ -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