diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-04-11 17:54:55 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-04-11 17:54:55 -0400 |
commit | 210e58c2ba78824bcecfd3c7f7e425879b4af791 (patch) | |
tree | 7052c2fc679a854b2c31b9a706a06a917e096b15 /Makefile.am | |
parent | be627c2cab79a51320c4a0c76b2e25cc2e1b22e6 (diff) |
ui: Add 'build' subcommand.
* haunt/ui/build.scm: New file.
* Makefile.am (SOURCES): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 74419d0..e4ebd21 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,6 +48,7 @@ SOURCES = \ haunt/site.scm \ haunt/build/html.scm \ haunt/ui.scm \ + haunt/ui/build.scm \ haunt/ui/serve.scm \ haunt/serve/mime-types.scm \ haunt/serve/web-server.scm |