Really building instead of just go run (nitpick)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user