summaryrefslogtreecommitdiff
path: root/Makefile
blob: 0fdbc3c4cc59d7fd2588f54250ec0bd8e85e0b23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
install:
cp prompt /etc/
 
clean:
git clean -df
 
tgit:
xclip -i git-demo
echo "ready to paste ..."
 
release: install
 git tag `git tag -l | awk -F. 'END{printf "%s.%s\n", $1,$2+1}'`
 git push