projects
/
saartuer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
5bceb65
)
Ralfs Makefileänderung
author
Constantin Berhard
<c@dhcp-252-0-108.mmci.uni-saarland.de>
Wed, 25 Sep 2013 20:16:25 +0000
(22:16 +0200)
committer
Constantin 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]
patch
|
blob
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)