forked from colonelpanic/dotfiles
[XMonad] Remove build file for now
This commit is contained in:
parent
28fd2438e1
commit
985ec3482e
@ -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
|
|
Loading…
Reference in New Issue
Block a user