# Make binary directory mkdir bin # Build Laplace and move to bin directory cd Laplace go build -o laplace.out cp laplace.out ../bin cp -r files ../bin cd .. # Install webserver cd server cabal update cabal install --installdir=../bin --overwrite-policy=always