Make Makefile work under windows.

This commit is contained in:
Gabriel Ebner 2015-01-03 16:31:35 +01:00
parent 3f61b54a53
commit dd536c73d4
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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