2 * Copyright 1993, 1995 Christopher Seiwald.
4 * This file is part of Jam - see jam.c for Copyright information.
7 * make.h - bring a target up to date, once rules are in place
9 * 11/04/02 (seiwald) - const-ing for string literals
15 extern int make (int n_targets
, const char **targets
, int anyhow
);
16 extern int make1 (TARGET
*t
);