Added possibility to add binaries
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
bin/
|
||||
8
build.sh
Normal file
8
build.sh
Normal 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
|
||||
BIN
laplace/laplace
Executable file
BIN
laplace/laplace
Executable file
Binary file not shown.
Reference in New Issue
Block a user