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