summaryrefslogtreecommitdiff
path: root/web/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'web/Makefile')
-rw-r--r--web/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/Makefile b/web/Makefile
index 7b49773..107d683 100644
--- a/web/Makefile
+++ b/web/Makefile
@@ -1,3 +1,3 @@
index.html: index.txt mkhtml
- mkhtml index.txt >_$@ && mv _$@ $@
+ ./mkhtml index.txt >_$@ && mv _$@ $@