From 94d7fb01a614d30047d2e8850fec81f5f803b002 Mon Sep 17 00:00:00 2001 From: Ed Beroset Date: Fri, 17 Dec 2004 01:06:10 +0000 Subject: [PATCH] Added "splint" as a target to simplify running splint on all sources. --- Makefile.in | 3 +++ 1 file changed, 3 insertions(+) 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. -- 2.11.4.GIT