[game-data-packager] 01/01: Makefile: delete all __pycache__

Alexandre Detiste detiste-guest at moszumanska.debian.org
Thu Mar 9 13:15:01 UTC 2017


This is an automated email from the git hooks/post-receive script.

detiste-guest pushed a commit to branch master
in repository game-data-packager.

commit e16f2f327a4a699e2d9485a12f1e72b371577b89
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Thu Mar 9 14:11:28 2017 +0100

    Makefile: delete all __pycache__
---
 Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile b/Makefile
index 8e07074..128e240 100644
--- a/Makefile
+++ b/Makefile
@@ -324,6 +324,8 @@ clean:
 	rm -fr out
 	rm -rf game_data_packager/__pycache__
 	rm -rf game_data_packager/games/__pycache__
+	rm -rf game_data_packager/packaging/__pycache__
+	rm -rf game_data_packager/unpack/__pycache__
 	rm -rf tools/__pycache__
 
 distclean: clean

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git



More information about the Pkg-games-commits mailing list