Skip to content

Commit

Permalink
Remove binary from clean target
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sevilla <[email protected]>
  • Loading branch information
rsevilla87 committed Feb 20, 2024
1 parent 85213fd commit 1eb0db4
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 @@ -50,7 +50,7 @@ gha-push:
@echo "Pushing Container Images & manifest"
$(CONTAINER) manifest push $(CONTAINER_NS)-manifest:latest $(CONTAINER_NS)

clean: $(BIN_PATH)
clean:
rm -rf bin/$(ARCH)

$(BIN_PATH): $(SOURCES)
Expand Down

0 comments on commit 1eb0db4

Please sign in to comment.