Add a Makefile target for building kitty-profile

This commit is contained in:
Kovid Goyal
2018-01-26 21:35:48 +05:30
parent 1603310b86
commit 8201cd3288
2 changed files with 5 additions and 2 deletions

View File

@@ -22,6 +22,9 @@ debug:
asan:
python3 setup.py build $(VVAL) --debug --sanitize
profile:
python3 setup.py build $(VVAL) --profile
logo/kitty.iconset/icon_256x256.png: logo/kitty.svg logo/make.py
logo/make.py