summaryrefslogtreecommitdiff
path: root/haunt/ui/build.scm
Commit message (Collapse)AuthorAgeFilesLines
* ui: Make cli options consistent.Filip Lajszczak2022-02-231-1/+1
| | | | | | | * haunt/ui.scm: Option to display version with single character flag was missing for the root command... * haunt/ui/build.scm: ...and was present but undocummented for the build command.
* ui: Add 'build' subcommand.David Thompson2015-04-111-0/+61
* haunt/ui/build.scm: New file. * Makefile.am (SOURCES): Add it.