Oops; remember to clean the output file.

This commit is contained in:
mycroft 1999-08-30 17:06:33 +00:00
parent cf88227d9a
commit 41bca4ea0c

View File

@ -1,8 +1,10 @@
# $NetBSD: Makefile,v 1.1 1999/08/30 17:03:17 mycroft Exp $
# $NetBSD: Makefile,v 1.2 1999/08/30 17:06:33 mycroft Exp $
PROG= ldexp
MKMAN= no
CLEANFILES+=output
regress: ${PROG}
@./${PROG} >output
@if ! cmp -s ${.CURDIR}/expected output; then \