Files
django-dav-events/Makefile

10 lines
118 B
Makefile

.PHONY: default help test
default: help
help:
@echo "The make stuff is used by our CI/CD environment."
test:
tox