diff --git a/Makefile b/Makefile index d753a7b..3d97663 100755 --- a/Makefile +++ b/Makefile @@ -1,6 +1,9 @@ RAW_VERSION?=$(shell node scripts/get-version.js) FULL_VERSION=v$(RAW_VERSION) +pull-icons: + git clone git@github.com:vscode-icons/vscode-icons.git vscode-icons --depth=1 + build: rm -rf dist yarn build