From e9208ade043f2304225d1e1150f57fa31aa49c28 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Sun, 4 Apr 2021 21:39:38 +0400 Subject: =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=208,=2010,?= =?UTF-8?q?=2011=20=D0=B7=D0=B0=D0=B4=D0=B0=D1=87=D0=B8=20=D0=BF=D0=BE=20?= =?UTF-8?q?=D0=BF=D0=B8=D1=82=D0=BE=D0=BD=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python-func/Makefile | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 python-func/Makefile (limited to 'python-func/Makefile') diff --git a/python-func/Makefile b/python-func/Makefile new file mode 100644 index 0000000..9c2a0c3 --- /dev/null +++ b/python-func/Makefile @@ -0,0 +1,23 @@ +task8: + python3 task8.py +test8: + @printf "" | python3 task8.py + @printf "Answer: \n" + +task10: + python3 task10.py +test10: + @printf "" | python3 task10.py + @printf "Answer: \n" + +task11: + python3 task11.py +test11: + @printf "" | python3 task11.py + @printf "Answer: \n" + +clean: + rm -f *.zip + +archive: clean + zip archive.zip *.py -- cgit v1.2.3