summaryrefslogtreecommitdiff
path: root/web/Makefile
diff options
context:
space:
mode:
authorRuss Cox <[email protected]>2011-02-19 10:36:14 -0500
committerRuss Cox <[email protected]>2011-02-19 10:36:14 -0500
commit97b21b5838759e71144d02ff554f594c56fe54ae (patch)
treeff703b3f7a1b76846446f347f7f05b714aa9b45c /web/Makefile
parent08864affaab14743b59b83f6985dad03545a6d71 (diff)
downloadxv6-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/Makefile3
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 _$@ $@
-