# $Id: Makefile,v 1.1 2001/06/12 02:11:27 bsd Exp $ stress : stress.c $(CC) $(CFLAGS) -o stress stress.c clean : rm -f stress stress.o stress.core *~