there can be more than one message on the socket; empty the queue when shutting down...
[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)