mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-01-18 03:50:25 +00:00
7 lines
153 B
Bash
Executable File
7 lines
153 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export GOROOT=/usr/local/go
|
|
export PATH=$PATH:$GOROOT/bin
|
|
export GOPATH=/home/marvin/Projekte/asl
|
|
go build -ldflags "-s -w" src/main/asl.go
|