Skip to content

Commit

Permalink
Clean __pycache__ in make
Browse files Browse the repository at this point in the history
  • Loading branch information
glfharris committed Sep 28, 2018
1 parent 2e475d3 commit 635087e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ clean:
rm -rf build/*

buildrelease: build
rm -rf syllabus/__pycache__
cd build/dist21; zip -r ../anki-syllabus-v21.zip .

buildui: cleanui
Expand Down

0 comments on commit 635087e

Please sign in to comment.