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 <[email protected]>
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

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to