Make Makefile work under windows.
This commit is contained in:
parent
3f61b54a53
commit
dd536c73d4
2
Makefile
2
Makefile
@ -10,7 +10,7 @@ ifeq ($(OS),Windows_NT)
|
||||
|
||||
HOME = $(HOMEDRIVE)$(HOMEPATH)
|
||||
|
||||
install-conf:
|
||||
install-conf: $(FILES) $(FILES2)
|
||||
cp gitconfig $(HOME)\.gitconfig
|
||||
cp vimrc $(HOME)\_vimrc
|
||||
cp gvimrc $(HOME)\_gvimrc
|
||||
|
@ -75,3 +75,6 @@ test -x /usr/bin/vim && alias vi=vim
|
||||
passc() {
|
||||
pass show "$1" | (read i; cat; echo -n "$i" | xclip -l 1 -se c)
|
||||
}
|
||||
|
||||
|
||||
add_to PATH /opt/ghc/7.8.3/bin
|
||||
|
Loading…
Reference in New Issue
Block a user