summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Beroset <beroset@mindspring.com>2004-12-17 01:06:10 +0000
committerEd Beroset <beroset@mindspring.com>2004-12-17 01:06:10 +0000
commit94d7fb01a614d30047d2e8850fec81f5f803b002 (patch)
treedf94b7796ac4f449599c30ccc08493cc7cc6723c
parent184cef59d63d504d735570e1d014e134f9905272 (diff)
downloadnasm-94d7fb01a614d30047d2e8850fec81f5f803b002.tar.gz
Added "splint" as a target to simplify running splint on all sources.
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index a0dc2113..50ade8d0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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.