From 73d3c2884319ff38ac47486e79b1aca8f63b1ae0 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sat, 8 Oct 2011 10:26:53 -0700 Subject: [PATCH] fixing make clean --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $@