Merge Makefile into production for CI/CD stuff #58

Merged
heinzel merged 2 commits from master into production 2023-02-17 14:09:15 +01:00
Showing only changes of commit e91941dcff - Show all commits

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