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