all: echo "*** building instrumentation library ***" cd lib && cabal install echo "*** building compiler ***" cd compiler && cabal configure && cabal build echo "*** done ***"