files = *.py tuerd tryshell tyshell
target = /opt/tuer/

all: install
.PHONY: install

install:
	cp -v $(files) $(target)