diff --git a/Makefile b/Makefile index 72cf19a..10eafc8 100644 --- a/Makefile +++ b/Makefile @@ -12,4 +12,4 @@ test: python3 -m unittest test_amateurfunk_fetch test_amateurfunk_anki clean: - rm -rf data anki + rm -rf data anki __pycache__