summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchris erway <chris.erway@algorand.com>2022-05-12 16:16:44 -0400
committerchris erway <chris.erway@algorand.com>2022-05-12 16:16:44 -0400
commit17be4e8dd7ee530f92f33730e4fd4832212da7f5 (patch)
tree94ae83996e3a726986818bd5cc67de48adf1ae10
parent4745520bf3b06b97c109526ede4c30ffcd5a0a61 (diff)
debug make msgprequire-make-msgp
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f55089890..f1f282a7f 100644
--- a/Makefile
+++ b/Makefile
@@ -125,6 +125,7 @@ msgp: $(patsubst %,%/msgp_gen.go,$(MSGP_GENERATE))
@set +e; \
printf "msgp: $(@D)..."; \
$(GOPATH1)/bin/msgp -file ./$(@D) -o $@ -warnmask github.com/algorand/go-algorand > ./$@.out 2>&1; \
+ cat ./$@.out; \
if [ "$$?" != "0" ]; then \
printf "failed:\n$(GOPATH1)/bin/msgp -file ./$(@D) -o $@ -warnmask github.com/algorand/go-algorand\n"; \
cat ./$@.out; \