Added Makefile for our buildbot CI/CD

This commit is contained in:
2023-02-17 08:56:20 +01:00
parent b95b33f995
commit e91941dcff

9
Makefile Normal file
View File

@@ -0,0 +1,9 @@
.PHONY: default help test
default: help
help:
@echo "The make stuff is used by our CI/CD environment."
test:
tox