added build for Miso

This commit is contained in:
2025-06-24 18:18:03 +01:00
parent 4164a0c759
commit ba383ec9bc
2 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@@ -1 +1,2 @@
bin/
*.out

View File

@@ -3,6 +3,12 @@ mkdir bin
# Build Laplace and move to bin directory
cd Laplace
go build .
cp laplace ../bin
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