Guess I don't need the release script

This commit is contained in:
Neale Pickett 2014-02-02 17:23:14 -07:00
parent 9e0282b792
commit 01fa654c45
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
#! /bin/sh -e
version=$(git describe --tags --exact-match)
make all
mkdir -p bin
for i in *.hex; do
cp $i bin/scoreboard-$version-${i#scoreboard-}
done