Skip to content

Commit

Permalink
Chore(dev): clean target
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed Apr 1, 2024
1 parent c85f804 commit 3b957a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ namespace:=test
build:
goreleaser build --snapshot --single-target --clean

.PHONY: clean
clean:
rm -rf dist/
rm ./chart/*.tgz

.PHONY: run-dev
run-dev:
go run dnsbl_exporter.go \
Expand Down

0 comments on commit 3b957a0

Please sign in to comment.