From 985ec3482ed58eb9aa336c3885528162527e35be Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 10 Mar 2017 16:34:43 -0800 Subject: [PATCH] [XMonad] Remove build file for now --- dotfiles/xmonad/build | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100755 dotfiles/xmonad/build diff --git a/dotfiles/xmonad/build b/dotfiles/xmonad/build deleted file mode 100755 index 3159b712..00000000 --- a/dotfiles/xmonad/build +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh -eu - -SRC_DIR=~/.xmonad/ - -EXE_NAME=imalison-xmonad - -################################################################################ -# This script will be given a single argument, the path to the -# executable it should produce. -output_file=$1; shift - -################################################################################ -cd $SRC_DIR - -stack install alex -stack install gtk2hs-buildtools - -stack build -mv -u `stack path --dist-dir`/build/$EXE_NAME/$EXE_NAME $output_file