summaryrefslogtreecommitdiff
path: root/Makefile
blob: e3556894a49ce921eb1a0a196c54471804863f3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
ifeq ($(USER),lvv)
        HOMEDIR := /home/lvv/p/volnitsky.com/ 
        INCLUDE := $(HOMEDIR)/include.mk 
else
        INCLUDE := /dev/null 
endif
 
include $(INCLUDE)
 
 
COPY_LIST = git-prompt.sh 
 
 
install:
        cp -v git-prompt.sh /etc/
        [ -f /etc/git-prompt.conf ]  || cp -v git-prompt.conf /etc/
 
tgit:
        xclip -i git-demo
        echo "ready to paste ..."