fradrive/build.sh
2019-04-27 14:17:13 +02:00

5 lines
126 B
Bash
Executable File

#!/usr/bin/env bash
exec -- stack build --fast --flag uniworx:-library-only --flag uniworx:dev $@
echo Build task completed.