summaryrefslogtreecommitdiff
path: root/python-func/Makefile
blob: 9c2a0c3031c37dfe167f751e22324a55dfbe4bdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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