change the way the waker works: let others register to be called by it
[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)