Ralfs Makefileänderung
authorConstantin Berhard <c@dhcp-252-0-108.mmci.uni-saarland.de>
Wed, 25 Sep 2013 20:16:25 +0000 (22:16 +0200)
committerConstantin Berhard <c@dhcp-252-0-108.mmci.uni-saarland.de>
Wed, 25 Sep 2013 20:16:25 +0000 (22:16 +0200)
Makefile [new file with mode: 0644]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..25f344b
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,8 @@
+files = libtuer.py tuerd ringd tyshell
+target = /opt/tuer/
+
+all: install
+.PHONY: install
+
+install:
+       cp -v $(files) $(target)