mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
9 lines
85 B
Makefile
9 lines
85 B
Makefile
all:
|
|
python3 setup.py
|
|
|
|
test:
|
|
python3 setup.py test
|
|
|
|
clean:
|
|
python3 setup.py clean
|