[XMonad] Remove build file for now

This commit is contained in:
Ivan Malison 2017-03-10 16:34:43 -08:00
parent 28fd2438e1
commit 985ec3482e
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

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