[game-data-packager] 01/02: make clean: remove all __pycache__

Alexandre Detiste detiste-guest at moszumanska.debian.org
Sun Oct 18 08:55:55 UTC 2015


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 82dc9b795e2d94ef1855f6743a67ff022c3037f2
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Sun Oct 18 09:01:05 2015 +0200

    make clean: remove all __pycache__
---
 Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile b/Makefile
index 9865349..ee64566 100644
--- a/Makefile
+++ b/Makefile
@@ -84,6 +84,8 @@ clean:
 	rm -f ./out/*.json
 	rm -f ./out/index.html
 	rm -rf game_data_packager/__pycache__
+	rm -rf game_data_packager/games/__pycache__
+	rm -rf tools/__pycache__
 	for d in $(DIRS); do [ ! -d "$$d" ]  || rmdir "$$d"; done
 
 check:

-- 
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