mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-24 01:54:01 +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
|