diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ fuzztest: update-site: README.html spec.html cp README.html _site/index.html cp spec.html _site/ - cp -r js/* _site/js/* + cp -r js/* _site/js/ upload: spec.html spec.pdf scp spec.html spec.pdf js/stmd.js js/index.html website:html/markdown/ |