Open the space when the switch is toggled while we are closed
[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)