diff options
author | Ed Beroset <beroset@mindspring.com> | 2004-12-17 01:06:10 +0000 |
---|---|---|
committer | Ed Beroset <beroset@mindspring.com> | 2004-12-17 01:06:10 +0000 |
commit | 94d7fb01a614d30047d2e8850fec81f5f803b002 (patch) | |
tree | df94b7796ac4f449599c30ccc08493cc7cc6723c /Makefile.in | |
parent | 184cef59d63d504d735570e1d014e134f9905272 (diff) | |
download | nasm-94d7fb01a614d30047d2e8850fec81f5f803b002.tar.gz nasm-94d7fb01a614d30047d2e8850fec81f5f803b002.tar.bz2 nasm-94d7fb01a614d30047d2e8850fec81f5f803b002.zip |
Added "splint" as a target to simplify running splint on all sources.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index a0dc211..50ade8d 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. |