From db0f607f282d14d78a1caa313a93f1274c91a900 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 11 Apr 2015 18:31:54 -0400 Subject: ui: Add "build" to command list. * haunt/ui.scm (commands): Add "build". --- haunt/ui.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'haunt') 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)) -- cgit v1.2.3