summaryrefslogtreecommitdiff
path: root/python-func/Makefile
diff options
context:
space:
mode:
authorAndrew Guschin <saintruler@gmail.com>2021-04-04 21:39:38 +0400
committerAndrew Guschin <saintruler@gmail.com>2021-04-04 21:39:38 +0400
commite9208ade043f2304225d1e1150f57fa31aa49c28 (patch)
tree3e0707caa964c7c6470b3d1779ce0949d81fdee6 /python-func/Makefile
parentaf807d85ec70130dc1b28d82b454d11731f932ee (diff)
Добавил 8, 10, 11 задачи по питону
Diffstat (limited to 'python-func/Makefile')
-rw-r--r--python-func/Makefile23
1 files changed, 23 insertions, 0 deletions
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