fasttyper/Makefile

9 lines
99 B
Makefile
Raw Normal View History

2022-02-03 14:21:18 +01:00
build: fasttyper
2022-02-03 13:41:50 +01:00
python setup.py sdist bdist_wheel
push:
twine upload dist/*
2022-03-07 11:54:54 +01:00
clean:
rm dist/*