view interps/rhotor/build.command @ 5376:3a375115cf75

<Jafet> ` tail -c +4 bin/cc >/tmp/cc && mv /tmp/cc bin/cc && chmod +x bin/cc
author HackBot
date Thu, 28 May 2015 21:08:39 +0000
parents 859f9b4339e6
children
line wrap: on
line source

#!/bin/sh
cd `dirname $0` &> /dev/null
echo ghc -O --make Main -o rhotor-hi
ghc -O --make Main -o rhotor-hi