diff --git a/.gitignore b/.gitignore index e69de29..91a989f 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,3 @@ +*.o +bin/ +pkg/ \ No newline at end of file diff --git a/build.sh b/build.sh index ac3ccd6..00d3843 100755 --- a/build.sh +++ b/build.sh @@ -69,6 +69,6 @@ do cd $dir echo building $dir... rm -f $dir - go build + go install cd .. done