diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000000000000000000000000000000000000..ce680f63a790c51c5867f5e840bc50f9f09e5fb2
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,8 @@
+run: werwolf.py
+	python3 werwolf.py
+edit: werwolf.py
+	jupp werwolf.py
+push:
+	git add .
+	git commit -m "auto generated by makefile"
+	git push
\ No newline at end of file