diff options
author | Frans Kaashoek <[email protected]> | 2015-06-30 16:23:56 -0400 |
---|---|---|
committer | Frans Kaashoek <[email protected]> | 2015-06-30 16:23:56 -0400 |
commit | ecb40fb19d6d15a8dc77b7d90369494d1185bd33 (patch) | |
tree | 05ab416203046456ea634f55a43063fc8e50eedc /Makefile | |
parent | b67ed0902dee5bca577ac85fae5c41cdc588bfce (diff) | |
download | xv6-labs-ecb40fb19d6d15a8dc77b7d90369494d1185bd33.tar.gz xv6-labs-ecb40fb19d6d15a8dc77b7d90369494d1185bd33.tar.bz2 xv6-labs-ecb40fb19d6d15a8dc77b7d90369494d1185bd33.zip |
coding style (per JeremÃas Feltan <[email protected]>)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -272,6 +272,6 @@ tar: rm -rf /tmp/xv6 mkdir -p /tmp/xv6 cp dist/* dist/.gdbinit.tmpl /tmp/xv6 - (cd /tmp; tar cf - xv6) | gzip >xv6-rev5.tar.gz + (cd /tmp; tar cf - xv6) | gzip >xv6-rev9.tar.gz # the next one will be 9 (6/27/15) .PHONY: dist-test dist |