mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 16:37:27 +00:00
8 lines
85 B
Makefile
8 lines
85 B
Makefile
all:
|
|
python3 setup.py
|
|
|
|
test:
|
|
python3 setup.py test
|
|
|
|
clean:
|
|
python3 setup.py clean
|