summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-01-12 21:16:33 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-01-12 21:16:33 -0800
commit82e9791b9ec8ada62f3718d95c0a89dbcfeb64a7 (patch)
tree556b86e4fbe3ef53c6423f10bb1f6bd2162f6d3a /Makefile
parent2d992249c84220b36fa61985667c836a95bf118a (diff)
Revert "Moved dingus to js directory."
This reverts commit 5ddf8743f02132f07aad4bb27e0b84c530a706d7.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a50581f..93fa353 100644
--- a/Makefile
+++ b/Makefile
@@ -145,7 +145,7 @@ npm:
cd js; npm publish
dingus: js/commonmark.js
- cd js && echo "Starting dingus server at http://localhost:9000/dingus.html" && python -m SimpleHTTPServer 9000
+ echo "Starting dingus server at http://localhost:9000/dingus.html" && python -m SimpleHTTPServer 9000
### Spec ###