diff options
author | Tulir Asokan <tulir@maunium.net> | 2018-05-03 10:03:25 +0300 |
---|---|---|
committer | Tulir Asokan <tulir@maunium.net> | 2018-05-03 10:03:25 +0300 |
commit | 93cbdc0ca88d46454b96043d8baf4b231e91474a (patch) | |
tree | 0db78cb9e3c2e3ec85c01f61261fe7d72c83453b /scripts/build | |
parent | b796c2e2092f3ed41e607382a798d27e3e11b914 (diff) |
Add debian packaging and some build scripts
Diffstat (limited to 'scripts/build')
-rwxr-xr-x | scripts/build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/build b/scripts/build new file mode 100755 index 0000000..832ca13 --- /dev/null +++ b/scripts/build @@ -0,0 +1,2 @@ +#!/bin/bash +go build -o target/gomuks |