From dd536c73d4bad2b01842e6d0054fde4277cb78f8 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Sat, 3 Jan 2015 16:31:35 +0100 Subject: [PATCH] Make Makefile work under windows. --- Makefile | 2 +- commonshrc | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7b37b65..a568535 100644 --- a/Makefile +++ b/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 diff --git a/commonshrc b/commonshrc index 054f667..177f274 100644 --- a/commonshrc +++ b/commonshrc @@ -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