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