From fc062c3b63d1c3b1ca43cb032fb84d25187639e9 Mon Sep 17 00:00:00 2001 From: steve Date: Mon, 24 Feb 2003 22:35:56 +0000 Subject: [PATCH] Add the check make target. --- cadpli/Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cadpli/Makefile.in b/cadpli/Makefile.in index 436e691e2..1b7c7dd90 100644 --- a/cadpli/Makefile.in +++ b/cadpli/Makefile.in @@ -16,7 +16,7 @@ # 59 Temple Place - Suite 330 # Boston, MA 02111-1307, USA # -#ident "$Id: Makefile.in,v 1.2 2003/02/22 04:29:14 steve Exp $" +#ident "$Id: Makefile.in,v 1.3 2003/02/24 22:35:56 steve Exp $" # # SHELL = /bin/sh @@ -48,6 +48,9 @@ STRIP = @STRIP@ all: cadpli.vpl +# No specific check operations. +check: all + %.o: %.c @[ -d dep ] || mkdir dep $(CC) -Wall -I$(srcdir) -I$(srcdir)/.. $(CPPFLAGS) $(CFLAGS) -MD -c $<