Added possibility to add binaries

This commit is contained in:
2025-06-24 18:06:40 +01:00
parent 83861987cf
commit 4164a0c759
3 changed files with 9 additions and 0 deletions

8
build.sh Normal file
View File

@@ -0,0 +1,8 @@
# Make binary directory
mkdir bin
# Build Laplace and move to bin directory
cd Laplace
go build .
cp laplace ../bin
cp -r files ../bin