fasttyper/Makefile
2024-05-24 13:56:28 +02:00

8 lines
105 B
Makefile

build: fasttyper dist
python3 setup.py sdist bdist_wheel
push:
twine upload dist/*
clean:
rm dist/*