summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLeonid Volnitsky <Leonid@Volnitsky.com>2008-06-25 21:14:32 +0300
committerLeonid Volnitsky <Leonid@Volnitsky.com>2008-06-25 21:14:32 +0300
commit53dfa42e569602b0b5098f0aa2ceb1c35a7f9d59 (patch)
tree4be76cac6420ec696238e4d8c7debf07fe6a884e /Makefile
parentfix: svn state (diff)
downloadgit-prompt-53dfa42e569602b0b5098f0aa2ceb1c35a7f9d59.tar.gz
git-prompt-53dfa42e569602b0b5098f0aa2ceb1c35a7f9d59.tar.bz2
git-prompt-53dfa42e569602b0b5098f0aa2ceb1c35a7f9d59.zip
new Makefile; renamed demo-scrip --> git-demo
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..ab43b62
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,9 @@
+install:
+ cp prompt /etc/
+
+clean:
+ git clean -df
+
+tgit:
+ xclip -i git-demo
+ echo "ready to paste ..."