We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8b6d0e commit aa3f11dCopy full SHA for aa3f11d
Makefile
@@ -22,7 +22,7 @@ fmt:
22
go fmt github.com/heliaxdev/migrate-masp-events/proto/types
23
24
$(BIN): $(RUSTLIB)
25
-ifeq ($(OS),"Linux")
+ifeq ($(OS),Linux)
26
env CGO_ENABLED=1 CGO_LDFLAGS=-lm go build
27
else
28
echo $(OS)
0 commit comments