mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
Remove Makefile rule for logo building as the logo is now in git
This commit is contained in:
parent
d5abc84bea
commit
710e146d22
1 changed files with 1 additions and 6 deletions
7
Makefile
7
Makefile
|
|
@ -28,12 +28,7 @@ asan:
|
|||
profile:
|
||||
python3 setup.py build $(VVAL) --profile
|
||||
|
||||
logo/kitty.iconset/icon_256x256.png: logo/kitty.svg logo/make.py
|
||||
logo/make.py
|
||||
|
||||
rendered_logo: logo/kitty.iconset/icon_256x256.png
|
||||
|
||||
app: rendered_logo
|
||||
app:
|
||||
python3 setup.py kitty.app $(VVAL)
|
||||
|
||||
man:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue