We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a03385e commit fe86aa1Copy full SHA for fe86aa1
1 file changed
Makefile
@@ -21,7 +21,7 @@ clean-protos:
21
find . -name *.pb.go | xargs rm
22
23
hdfs: clean $(SOURCES)
24
- go build -o hopsfs -ldflags "-X main.version=$(TAG)" ./cmd/hdfs
+ go build -o hdfs -ldflags "-X main.version=$(TAG)" ./cmd/hdfs
25
26
test: hdfs
27
go test -v -race -timeout 60s ./...
0 commit comments