Clean deb-pkg directory

This commit is contained in:
Salvo 'LtWorf' Tomaselli 2020-08-24 10:29:28 +02:00
parent a505fabefb
commit 26115245c2
No known key found for this signature in database
GPG Key ID: B3A7CF0C801886CF

View File

@ -49,6 +49,7 @@ dist: clean
.PHONY: clean
clean:
$(RM) -r deb-pkg
rm -rf `find -name "*~"`
rm -rf `find -name "*pyc"`
rm -rf `find -name "*pyo"`