diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..220925c --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +.PHONY: default help test + +default: help + +help: + @echo "The make stuff is used by our CI/CD environment." + +test: + tox