# This script is in the public domain. SUBDIRS = . codeless inventory static templates if ENABLE_DOC SUBDIRS += doc endif EXTRA_DIST = \ requirements.txt \ manage.py .PHONY: test test: @python3 manage.py test .PHONY: install install: @pip3 install -U -r requirements.txt