~sheosi/bake/nimrod

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
.TH BAKE 1
.SH NAME
bake \- a build system
.SH SYNOPSIS
.B bake
[
.I OPTION
] ...
.SH DESCRIPTION
.B bake
is an easy to use build system
.SH OPTIONS
.TP
.B \-\-configure
Configure build options.
.TP
.B \-\-unconfigure
Clear configuration.
.TP
.B \-\-expand
Expand current recipe and print to stdout.
.TP
.B \-\-verbose
Show verbose output.
.TP
.B \-\-debug
Print debugging messages.
.TP
.B \-v, \-\-version
Show release version.
.TP
.B \-h, \-\-help
Show help options.