Skip to content

Commit

Permalink
Correcting misaligned .PHONY in Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Vinayakswami Hariharmath <[email protected]>
(cherry picked from commit 5bf67bf)
  • Loading branch information
vh05 authored and dannyzaken committed Aug 9, 2023
1 parent 0ca104e commit 3be54fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ vendor:
run: gen
go build -o $(NOOBAA_OPERATOR_LOCAL) -mod=vendor $(CMD_MANAGER)
$(BIN)/noobaa-operator-local operator run
.PHONY: run
.PHONY: run

clean:
rm -rf $(OUTPUT)
Expand Down

0 comments on commit 3be54fb

Please sign in to comment.