Really building instead of just go run (nitpick)

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

View File

@@ -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