mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-17 17:19:35 +08:00
Added "splint" as a target to simplify running splint on all sources.
This commit is contained in:
parent
184cef59d6
commit
94d7fb01a6
@ -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…
Reference in New Issue
Block a user