From c8e546162d4449fa80a35271e2f3f4636f9cd3a4 Mon Sep 17 00:00:00 2001 From: jakobkir <jakobkir@teckids.org> Date: Sat, 28 Dec 2019 09:42:29 +0100 Subject: [PATCH] auto generated by makefile --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..ce680f6 --- /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 -- GitLab