Files
django-deploy/Makefile
2023-02-16 15:44:47 +01:00

11 lines
119 B
Makefile

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