aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b77ab94..14ed1d1 100644
--- a/Makefile
+++ b/Makefile
@@ -151,7 +151,7 @@ npm:
cd js; npm publish
dingus: js/commonmark.js
- echo "Starting dingus server at http://localhost:9000/dingus.html" && python -m SimpleHTTPServer 9000
+ cd js && echo "Starting dingus server at http://localhost:9000/dingus.html" && python -m SimpleHTTPServer 9000
### Spec ###