Added "splint" as a target to simplify running splint on all sources.
authorEd Beroset <beroset@mindspring.com>
Fri, 17 Dec 2004 01:06:10 +0000 (01:06 +0000)
committerEd Beroset <beroset@mindspring.com>
Fri, 17 Dec 2004 01:06:10 +0000 (01:06 +0000)
Makefile.in

index a0dc211..50ade8d 100644 (file)
@@ -175,6 +175,9 @@ nasm.spec: nasm.spec.in version version.pl
            -e s/@@ID@@/`$(PERL) $(srcdir)/version.pl id < $(srcdir)/version`/g \
            < nasm.spec.in > nasm.spec
 
+splint: 
+       splint -weak *.c
+
 #
 # This build dependencies in *ALL* makefiles.  Partially for that reason,
 # it's expected to be invoked manually.