Explorar el Código

created build script to simplify fresh builds

Casey DeLorme hace 10 años
padre
commit
f87fc428d5
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      build

+ 6 - 0
build

@@ -0,0 +1,6 @@
+#!/bin/bash
+rm -rf go staticmd
+export GOPATH=$(pwd)/go
+go get &> /dev/null
+go get -u all &> /dev/null
+go build