Skip to content

Commit

Permalink
Add a clean action to the makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
optik-aper committed Nov 15, 2023
1 parent 4d32eaa commit 28510f1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.PHONY: clean
clean:
rm -rf dist/ csi-vultr-plugin

.PHONY: deploy
deploy: build-linux docker-build docker-push

Expand All @@ -18,4 +22,4 @@ docker-push:

.PHONY: test
test:
go test -race github.com/vultr/vultr-csi/driver -v
go test -race github.com/vultr/vultr-csi/driver -v

0 comments on commit 28510f1

Please sign in to comment.