5 lines
119 B
Makefile
5 lines
119 B
Makefile
dist: setup.py botlib/*
|
|
@echo Building...
|
|
python3 setup.py sdist bdist_wheel
|
|
rm -rf ./*.egg-info/ ./build/ MANIFEST
|