diff --git a/makefile b/makefile index 9789683..dcf0eba 100644 --- a/makefile +++ b/makefile @@ -5,7 +5,7 @@ all: \ core/about_ui.py clean: - hg st -nu | xargs rm + git clean -f -x core/resources_rc.py: dev/resources.qrc pyrcc4 $< -o $@