gdo-0.1.2: gdo.do
#!/bin/sh
# build the gdo executable
HC="ghc -v0"
gdo --if Changed Main.hs Lib.hs DepInfo.hs
gdo --if Created environment
if [ -e environment ]; then
source ./environment
fi
${HC} Main.hs -o ${3}
#!/bin/sh
# build the gdo executable
HC="ghc -v0"
gdo --if Changed Main.hs Lib.hs DepInfo.hs
gdo --if Created environment
if [ -e environment ]; then
source ./environment
fi
${HC} Main.hs -o ${3}