From a10009f11487b9a4531ab7abf3643b07d799d68d Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Sat, 10 Nov 2012 18:14:54 +0100 Subject: [PATCH] Makefile: improved clean rule --- ChangeLog | 2 +- Makefile | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3df464c..cf685b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,7 +3,7 @@ * install translations * remove some unused WiiPy stuff, Qwad now runs fine on Python3 * added IOS62 and Shop v21 -* fixed a bug in Makefile +* fixed a bug in Makefile, improved clean rule -- 0.4 -- * add new IOS to downloader diff --git a/Makefile b/Makefile index f871916..f2c93b3 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,9 @@ all: clean: - rm -fv **/*.pyc + rm -rf GUI/__pycache__/ + rm -f *.pyc + rm -f **/*.pyc install: mkdir -p $(DESTDIR)/usr/share/Qwad/i18n