Add rebuild target for all UI and resource files.

This commit is contained in:
Bastian Kleineidam 2011-04-28 18:41:11 +02:00
parent 0fc3355066
commit 4dc16708a7

View file

@ -21,3 +21,7 @@ linkchecker_rc.py: rc/linkchecker.qrc
clean:
rm -f *.pyc *.pyo
rebuild:
rm -f $(UI_FILES) $(RC_FILES)
$(MAKE) all