Skip to content

Commit fd3cf22

Browse files
committed
[build-only] fixed target for revad-ceph
1 parent 4fbce99 commit fd3cf22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ cernbox-revad-ceph: cernbox-revad
6161

6262
.PHONY: revad-ceph
6363
revad-ceph:
64-
go build -ldflags "$(BUILD_FLAGS)" -tags ceph --debug -o ./cmd/revad/revad ./cmd/revad/main
64+
go build -ldflags "$(BUILD_FLAGS)" -tags ceph -debug -o ./cmd/revad/revad ./cmd/revad/main
6565

6666
.PHONY: reva
6767
reva:

0 commit comments

Comments
 (0)