mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 11:22:23 +00:00
9 lines
123 B
Bash
Executable file
9 lines
123 B
Bash
Executable file
#!/bin/sh
|
|
exec stack ghc -- \
|
|
--make xmonad.hs \
|
|
-i \
|
|
-ilib \
|
|
-fforce-recomp \
|
|
-main-is main \
|
|
-v0 \
|
|
-o "$1"
|