8 lines
105 B
Makefile
8 lines
105 B
Makefile
build: fasttyper dist
|
|
python3 setup.py sdist bdist_wheel
|
|
|
|
push:
|
|
twine upload dist/*
|
|
|
|
clean:
|
|
rm dist/*
|