Skip to content

Commit

Permalink
Thanks to Wolfgang Keller <[email protected]>
Browse files Browse the repository at this point in the history
  • Loading branch information
kaashoek committed Jan 31, 2017
1 parent c383612 commit d57d37e
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 @@ -275,6 +275,6 @@ tar:
rm -rf /tmp/xv6
mkdir -p /tmp/xv6
cp dist/* dist/.gdbinit.tmpl /tmp/xv6
(cd /tmp; tar cf - xv6) | gzip >xv6-rev9.tar.gz # the next one will be 9 (6/27/15)
(cd /tmp; tar cf - xv6) | gzip >xv6-rev10.tar.gz # the next one will be 10 (9/17)

.PHONY: dist-test dist

0 comments on commit d57d37e

Please sign in to comment.