Skip to content

Commit 8f3bb1c

Browse files
committed
add archive make command
1 parent dbebe76 commit 8f3bb1c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,5 @@ package.json
7676
## Rustdoc GUI tests
7777
tests/rustdoc-gui/src/**.lock
7878

79-
# Before adding new lines, see the comment at the top.
79+
# Arhive
80+
toolchain.tar.gz

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ install-toolchain:
88
build-install-toolchain:
99
make build-toolchain
1010
make install-toolchain
11+
12+
archive:
13+
tar -czvf toolchain.tar.gz build/host/stage2

0 commit comments

Comments
 (0)