now rev2
This commit is contained in:
parent
150785a1fd
commit
1808b2f1b3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -178,5 +178,5 @@ tar:
|
|||
rm -rf /tmp/xv6
|
||||
mkdir -p /tmp/xv6
|
||||
cp dist/* /tmp/xv6
|
||||
(cd /tmp; tar cf - xv6) | gzip >xv6-rev1.tar.gz
|
||||
(cd /tmp; tar cf - xv6) | gzip >xv6-rev2.tar.gz
|
||||
|
||||
|
|
Loading…
Reference in a new issue