Various bugfixes, support for filtering episode lists
This commit is contained in:
parent
431ca519d3
commit
0da88e3577
17 changed files with 421 additions and 45 deletions
2
makefile
2
makefile
|
@ -13,7 +13,7 @@ dist/$(PROJECT)-$(VERSION).tar.gz:
|
|||
git archive --format=tar --prefix=$(PROJECT)-$(VERSION)/ $(VERSION) | gzip >$@
|
||||
|
||||
clean:
|
||||
find . -name '__pycache__' -exec rm {} +
|
||||
find . -name '__pycache__' -exec rm -rf {} +
|
||||
|
||||
distclean: clean
|
||||
rm -rf dist
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue