kitty/Makefile
2017-10-17 13:35:54 +05:30

9 lines
85 B
Makefile

all:
python3 setup.py
test:
python3 setup.py test
clean:
python3 setup.py clean