parent
7dd4dd0808
commit
ead401f73d
|
@ -1,2 +1,3 @@
|
||||||
/resources/*.so
|
/resources/*.so
|
||||||
myrepos
|
myrepos
|
||||||
|
autotypist
|
||||||
|
|
8
Makefile
8
Makefile
|
@ -1,9 +1,9 @@
|
||||||
all: build
|
all: build
|
||||||
./myrepos
|
./autotypist
|
||||||
|
|
||||||
stderr: build
|
stderr: build
|
||||||
echo "writing to /tmp/myrepos.stderr"
|
echo "writing to /tmp/autotypist.stderr"
|
||||||
myrepos >/tmp/myrepos.stderr 2>&1
|
autotypist >/tmp/autotypist.stderr 2>&1
|
||||||
|
|
||||||
build:
|
build:
|
||||||
echo "build it!"
|
echo "build it!"
|
||||||
|
@ -14,7 +14,7 @@ install:
|
||||||
cp ~/go/src/go.wit.com/toolkits/*.so resources/
|
cp ~/go/src/go.wit.com/toolkits/*.so resources/
|
||||||
rm -f ~/go/src/go.wit.com/toolkits/*.so
|
rm -f ~/go/src/go.wit.com/toolkits/*.so
|
||||||
go install -v -x
|
go install -v -x
|
||||||
myrepos
|
autotypist
|
||||||
|
|
||||||
check-git-clean:
|
check-git-clean:
|
||||||
@git diff-index --quiet HEAD -- || (echo "Git repository is dirty, please commit your changes first"; exit 1)
|
@git diff-index --quiet HEAD -- || (echo "Git repository is dirty, please commit your changes first"; exit 1)
|
||||||
|
|
Loading…
Reference in New Issue