include("site.inc"); $template = new Page; $template->initCommon(); $template->displayHeader(); ?>
To add a new target and rules, place them at the bottom of the
document Makefile
, below the
include
line. Follow your target definitions
with a double colon, not a single colon. The double colon
allows you to specify additional rules for existing targets, or
to write rules for a new target.
For more information on using make(1)
,
consult the online documentation with the command info
make
in a terminal.