mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-28 11:40:28 +00:00
Only remove copied icons in clean.
This commit is contained in:
parent
d7b528acdf
commit
5401413f05
1 changed files with 2 additions and 2 deletions
|
|
@ -52,11 +52,11 @@ online.png: $(OXYGEN)/actions/document-open-remote.png
|
|||
options.png: $(OXYGEN)/categories/preferences-system-network.png
|
||||
cp $< $@
|
||||
|
||||
preferences.png: $(OXYGEN)/categories/preferences-other.png
|
||||
preferences.png: $(OXYGEN)/categories/preferences-other.png
|
||||
cp $< $@
|
||||
|
||||
clear.png: $(OXYGEN)/actions/edit-clear-locationbar-rtl.png
|
||||
cp $< $@
|
||||
|
||||
clean:
|
||||
rm -f *.png
|
||||
rm -f $(ICONS)
|
||||
|
|
|
|||
Loading…
Reference in a new issue