mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-22 13:57:18 +02:00
Add the check make target.
This commit is contained in:
+4
-1
@@ -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 $<
|
||||
|
||||
Reference in New Issue
Block a user