Files
box-o-sand/logstash/Makefile
T

8 lines
122 B
Makefile

run-crispy: crispy/crispy
$^
crispy/crispy: crispy/main.go
pushd crispy && go build -v -x . ; popd
.PHONY: run-crispy