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

15 lines
181 B
Makefile

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