summaryrefslogtreecommitdiff
path: root/Makefile
blob: f34b15e42645dbddf7f3d4a28071afa5d4d6d30f (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  $(shell git tag -l | awk -F. 'END{printf "%s.%s\n", $$1,$$2+1}')
 git push