Really building instead of just go run (nitpick)

cat-town
Dan Buch 11 years ago
parent 599128f837
commit 7ef177a38e

@ -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…
Cancel
Save