Added "splint" as a target to simplify running splint on all sources.

This commit is contained in:
Ed Beroset 2004-12-17 01:06:10 +00:00
parent 184cef59d6
commit 94d7fb01a6

View 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.