Browse Source

Build script

fork
Dejvino 3 years ago
parent
commit
732e88a263
2 changed files with 5 additions and 0 deletions
  1. +3
    -0
      .gitignore
  2. +2
    -0
      build.sh

+ 3
- 0
.gitignore View File

@@ -2,3 +2,6 @@
*.test

stash/

# output
boxen

+ 2
- 0
build.sh View File

@@ -0,0 +1,2 @@
#!/bin/bash
GO111MODULE=on go build -o boxen main.go

Loading…
Cancel
Save