From 240a54957948e927aafc2f95614bc7500a289fd2 Mon Sep 17 00:00:00 2001 From: Constantin Berhard Date: Wed, 25 Sep 2013 22:16:25 +0200 Subject: [PATCH] =?utf8?q?Ralfs=20Makefile=C3=A4nderung?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 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) -- 2.30.2