1

fixing make clean

This commit is contained in:
Alex Yatskov 2011-10-08 10:26:53 -07:00
parent 2964282145
commit 73d3c28843

View File

@ -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 $@