summaryrefslogtreecommitdiff
path: root/doc/codelab/wiki/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/codelab/wiki/Makefile')
-rw-r--r--doc/codelab/wiki/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/codelab/wiki/Makefile b/doc/codelab/wiki/Makefile
index 43f05b21d..09c3291a0 100644
--- a/doc/codelab/wiki/Makefile
+++ b/doc/codelab/wiki/Makefile
@@ -8,7 +8,7 @@ all: index.html
include ../../../src/Make.common
-CLEANFILES+=index.html srcextract.bin htmlify.bin
+CLEANFILES+=index.html srcextract.bin htmlify.bin get.bin
index.html: srcextract.bin htmlify.bin
PATH=.:$$PATH awk '/^!/{system(substr($$0,2)); next} {print}' < wiki.html | tr -d '\r' > index.html