aboutsummaryrefslogblamecommitdiff
path: root/man/man1/umake.1df
blob: 247ea50ea9d38be243e749f2d03806e337b8b52f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                               
.TH UMAKE 1df "September 2016" "Manual page for umake"
.SH NAME
.B umake
\- run make(1) with the closest Makefile in current working directory ancestry
.SH USAGE
.B umake
.br
.B umake
prefix=/foo/bar install
.SH DESCRIPTION
Iterate up through the directory tree starting with the current directory,
looking for a Makefile, and run make(1) with the given arguments as soon as one
is found.
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>