fasttyper/Makefile

9 lines
105 B
Makefile
Raw Permalink Normal View History

2024-05-24 13:56:28 +02:00
build: fasttyper dist
python3 setup.py sdist bdist_wheel
2022-02-03 13:41:50 +01:00
push:
twine upload dist/*
2022-03-07 11:54:54 +01:00
clean:
rm dist/*