Really building instead of just go run (nitpick)
This commit is contained in:
parent
599128f837
commit
7ef177a38e
1
logstash/.gitignore
vendored
1
logstash/.gitignore
vendored
@ -1 +1,2 @@
|
||||
/agent/lib/
|
||||
/crispy/crispy
|
||||
|
@ -1,2 +1,7 @@
|
||||
run-crispy:
|
||||
go run crispy/main.go
|
||||
run-crispy: crispy/crispy
|
||||
$^
|
||||
|
||||
crispy/crispy: crispy/main.go
|
||||
pushd crispy && go build -v -x . ; popd
|
||||
|
||||
.PHONY: run-crispy
|
||||
|
Loading…
Reference in New Issue
Block a user