A Makefile target for building kitty.app

This commit is contained in:
Kovid Goyal
2018-01-19 10:42:12 +05:30
parent 6882c23f43
commit b9a14e0e4a
2 changed files with 10 additions and 3 deletions

View File

@@ -21,3 +21,11 @@ debug:
# Build with the ASAN and UBSAN sanitizers
asan:
python3 setup.py build $(VVAL) --debug --sanitize
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
python3 setup.py app $(VVAL)