From: Constantin Berhard Date: Wed, 25 Sep 2013 20:16:25 +0000 (+0200) Subject: Ralfs Makefileänderung X-Git-Url: https://git.ralfj.de/saartuer.git/commitdiff_plain/240a54957948e927aafc2f95614bc7500a289fd2 Ralfs Makefileänderung --- 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)