Explain the prefix stuff a bit more
[saartuer.git] / Makefile
1 files = libtuer.py tuerd ringd tyshell
2 target = /opt/tuer/
3
4 all: install
5 .PHONY: install
6
7 install:
8         cp -v $(files) $(target)