Skip to content

Commit

Permalink
docker clean is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed May 14, 2024
1 parent 450a656 commit 4ef91b1
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 @@ -316,7 +316,7 @@ clean:
rm -f rsrc_windows*.syso
rm -rf cmd/snclient/rsrc_windows*.syso
rm -f node_exporter-*.tar.gz
$(MAKE) -C docs clean
-$(MAKE) -C docs clean

GOVET=$(GO) vet -all
SRCFOLDER=./cmd/. ./pkg/. ./t/. ./buildtools/.
Expand Down

0 comments on commit 4ef91b1

Please sign in to comment.