diff options
author | Russ Cox <[email protected]> | 2011-02-19 10:36:14 -0500 |
---|---|---|
committer | Russ Cox <[email protected]> | 2011-02-19 10:36:14 -0500 |
commit | 97b21b5838759e71144d02ff554f594c56fe54ae (patch) | |
tree | ff703b3f7a1b76846446f347f7f05b714aa9b45c /web/Makefile | |
parent | 08864affaab14743b59b83f6985dad03545a6d71 (diff) | |
download | xv6-labs-97b21b5838759e71144d02ff554f594c56fe54ae.tar.gz xv6-labs-97b21b5838759e71144d02ff554f594c56fe54ae.tar.bz2 xv6-labs-97b21b5838759e71144d02ff554f594c56fe54ae.zip |
xv6: refresh from 2010 page
Diffstat (limited to 'web/Makefile')
-rw-r--r-- | web/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/web/Makefile b/web/Makefile deleted file mode 100644 index 107d683..0000000 --- a/web/Makefile +++ /dev/null @@ -1,3 +0,0 @@ -index.html: index.txt mkhtml - ./mkhtml index.txt >_$@ && mv _$@ $@ - |