projects
/
saartuer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
oops, Waker needs locking
[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)