ui: Add "build" to command list.

* haunt/ui.scm (commands): Add "build".
This commit is contained in:
David Thompson
2015-04-11 18:31:54 -04:00
parent 210e58c2ba
commit db0f607f28

View File

@@ -45,7 +45,7 @@
haunt-main))
(define commands
'("serve"))
'("build" "serve"))
(define program-name (make-parameter 'haunt))