# chmod +x to t1_1.py t1_2.py t1_3.py t1_4.py t2_1.py t2_2.py t2_3.py

.PHONY: all
all:  install t1_1 t1_2 t1_3 t1_4 t2_1 t2_2 t2_3
install:
	pip install pwntools
t1_1: t1_1.py
	chmod +x t1_1.py
t1_2: t1_2.py
	chmod +x t1_2.py
t1_3: t1_3.py
	chmod +x t1_3.py
t1_4: t1_4.py
	chmod +x t1_4.py
t2_1: t2_1.py
	chmod +x t2_1.py
t2_2: t2_2.py
	chmod +x t2_2.py
t2_3: t2_3.py
	chmod +x t2_3.py