head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	97.03.08.17.10.46;	author dholland;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Initial revision
@
text
@# Standard compilation rules (don't use make builtins)

%.o: %.c
	$(CC) $(CFLAGS) $< -c

%.o: %.cc
	$(CC) $(CFLAGS) $< -c

@
