mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2025-12-12 07:58:51 +01:00
9 lines
111 B
Bash
Executable File
9 lines
111 B
Bash
Executable File
#!/bin/bash
|
|
set -x
|
|
go build main.go mainscreen.go
|
|
#go build -ldflags="-s -w" -o main main.go mainscreen.go
|
|
|
|
|
|
|
|
|