Commit 5648a819 authored by Martin Pool's avatar Martin Pool

Add phony target to run Splint.

parent daa3d0e2
......@@ -135,6 +135,12 @@ installcheck: $(CHECK_PROGS)
# TODO: Add 'dist' target; need to know which files will be included
# Run the SPLINT (Secure Programming Lint) tool. <www.splint.org>
.PHONY: splint
splint:
splint +unixlib +gnuextensions -weak rsync.c
rsync.dvi: doc/rsync.texinfo
texi2dvi -o $@ $<
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment