mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-02 06:00:39 +00:00
Add rebuild target for all UI and resource files.
This commit is contained in:
parent
0fc3355066
commit
4dc16708a7
1 changed files with 4 additions and 0 deletions
|
|
@ -21,3 +21,7 @@ linkchecker_rc.py: rc/linkchecker.qrc
|
|||
|
||||
clean:
|
||||
rm -f *.pyc *.pyo
|
||||
|
||||
rebuild:
|
||||
rm -f $(UI_FILES) $(RC_FILES)
|
||||
$(MAKE) all
|
||||
|
|
|
|||
Loading…
Reference in a new issue