diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-04-11 18:31:54 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-04-11 18:31:54 -0400 |
commit | db0f607f282d14d78a1caa313a93f1274c91a900 (patch) | |
tree | c15626efe8aab57976cce8ed05591733153facb0 | |
parent | 210e58c2ba78824bcecfd3c7f7e425879b4af791 (diff) |
ui: Add "build" to command list.
* haunt/ui.scm (commands): Add "build".
-rw-r--r-- | haunt/ui.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haunt/ui.scm b/haunt/ui.scm index 3b77bd2..f12e6d3 100644 --- a/haunt/ui.scm +++ b/haunt/ui.scm @@ -45,7 +45,7 @@ haunt-main)) (define commands - '("serve")) + '("build" "serve")) (define program-name (make-parameter 'haunt)) |