Really building instead of just go run (nitpick)

This commit is contained in:
Dan Buch 2013-07-07 20:11:27 -04:00
parent 599128f837
commit 7ef177a38e
2 changed files with 8 additions and 2 deletions

1
logstash/.gitignore vendored
View File

@ -1 +1,2 @@
/agent/lib/ /agent/lib/
/crispy/crispy

View File

@ -1,2 +1,7 @@
run-crispy: run-crispy: crispy/crispy
go run crispy/main.go $^
crispy/crispy: crispy/main.go
pushd crispy && go build -v -x . ; popd
.PHONY: run-crispy