Skip to content

Commit 1deb264

Browse files
committed
Rename target
1 parent bb666b8 commit 1deb264

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tools/make/lib/bundle/browser.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ dist-bundles-publish-dry-run: $(NODE_MODULES)
102102
# Removes distributable bundle build artifacts.
103103
#
104104
# @example
105-
# make clean-dist
105+
# make clean-dist-bundles
106106
#/
107-
clean-dist:
107+
clean-dist-bundles:
108108
$(QUIET) echo 'Removing build artifacts...'
109109
$(QUIET) $(DIST_PKG_DIRS) | grep '^[\/]\|^[a-zA-Z]:[/\]' | while read -r pkg; do \
110110
echo ""; \
@@ -114,4 +114,4 @@ clean-dist:
114114
done
115115
$(QUIET) echo 'Finished removing build artifacts.'
116116

117-
.PHONY: clean-dist
117+
.PHONY: clean-dist-bundles

0 commit comments

Comments
 (0)