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