From ee1287211dba7fb6a0cc6b044853a012cd97bb84 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 27 Feb 2018 21:06:42 +0530 Subject: [PATCH] Typo in makefile app target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f9981c48c..ff3210618 100644 --- a/Makefile +++ b/Makefile @@ -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)