mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
Added "splint" as a target to simplify running splint on all sources.
This commit is contained in:
parent
184cef59d6
commit
94d7fb01a6
1 changed files with 3 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue