From ca8f25fb5723ce47d28c606097a5a26f0325f3d0 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Thu, 15 Sep 2022 10:36:59 +0200 Subject: [PATCH] =?UTF-8?q?WIP:=20Contr=C3=B4le=20don?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controle_don/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 controle_don/Makefile diff --git a/controle_don/Makefile b/controle_don/Makefile new file mode 100644 index 0000000..400f306 --- /dev/null +++ b/controle_don/Makefile @@ -0,0 +1,8 @@ +build: + : + +install: + : + +run: + python3 main.py \ No newline at end of file