projects
/
saartuer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
25f344b75357f9c50a9853e82591e0212cf19171
[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)