Files
botlib/Makefile
2022-07-22 19:42:34 +02:00

5 lines
119 B
Makefile

dist: setup.py botlib/*
@echo Building...
python3 setup.py sdist bdist_wheel
rm -rf ./*.egg-info/ ./build/ MANIFEST