1bdb0744ec9613511f1967c5959c3600d501a509
[saartuer.git] / Makefile
1 files = *.py tuerd tryshell tyshell
2 target = /opt/tuer/
3
4 all: install
5 .PHONY: install
6
7 install:
8         cp -v $(files) $(target)