Typo in makefile app target

This commit is contained in:
Kovid Goyal 2018-02-27 21:06:42 +05:30
parent 94e8be6b1c
commit ee1287211d
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -31,4 +31,4 @@ logo/kitty.iconset/icon_256x256.png: logo/kitty.svg logo/make.py
rendered_logo: logo/kitty.iconset/icon_256x256.png
app: rendered_logo
python3 setup.py app $(VVAL)
python3 setup.py kitty.app $(VVAL)