mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
d2c09accac
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
8 lines
425 B
Text
8 lines
425 B
Text
Jam - Make(1) Redux
|
|
|
|
Jam is a program construction tool, like make(1). Jam recursively
|
|
builds target files from source files, using dependency information
|
|
and updating actions expressed in the Jambase file, which is written
|
|
in jam's own interpreted language. The default Jambase is compiled
|
|
into jam and provides a boilerplate for common use, relying on a
|
|
user-provide file "Jamfile" to enumerate actual targets and sources.
|