summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-01-12 20:25:07 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-01-12 20:25:07 -0800
commit5ddf8743f02132f07aad4bb27e0b84c530a706d7 (patch)
tree15f9db8c148a9f2e54961706a987e1c477d8ac6f /Makefile
parent82811caa1da07a865a076d4db93236872221c578 (diff)
Moved dingus to js directory.
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 ###