Ralfs Makefileänderung
[saartuer.git] / Makefile
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)