compiler/build_dev_bin.sh

6 lines
71 B
Bash
Executable File

#!/usr/bin/env bash
set -e
cabal build -f dev
cp `cabal list-bin .` .