From 710e146d22942ff14d3934be284e886403d41f43 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 28 Jun 2019 17:36:06 +0530 Subject: [PATCH] Remove Makefile rule for logo building as the logo is now in git --- Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 4c402815b..9219a2c8b 100644 --- a/Makefile +++ b/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: