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