This repository has been archived on 2018-12-02. You can view files and clone it, but cannot push or open issues or pull requests.
teambot/Makefile

12 lines
156 B
Makefile

SRCS:=$(wildcard teambot/*.py)
build:
python setup.py sdist
# DO NOT USE THIS!!!!
#upload:
# python setup.py sdist upload
clean:
python setup.py clean