]> andersk Git - splint.git/commitdiff
*** empty log message ***
authorevans <evans>
Fri, 6 Jul 2001 03:15:27 +0000 (03:15 +0000)
committerevans <evans>
Fri, 6 Jul 2001 03:15:27 +0000 (03:15 +0000)
src/Makefile

index 428b5d33ffc8b7d4bbe270693d56e1e7f2ef1aa8..39f41637babc9113d6b17dfd44f004a668edb0e0 100644 (file)
@@ -377,6 +377,9 @@ lintweak:
 lintnew: 
        ${LCLINTNEW} -f lclint.lclintrc $(CPPFLAGS) +singleinclude $(ALLSRC) -dump lclint +forcehints -misplacedsharequal +showsourceloc -unrecogcomments -supcounts -fcnuse -exportlocal -constuse -mts file -mts filerw
 
+lintfcn: 
+       ${LCLINTNEW} -f lclint.lclintrc $(CPPFLAGS) +singleinclude $(ALLSRC) -dump lclint +forcehints -misplacedsharequal +showsourceloc -unrecogcomments -supcounts -fcnuse -exportlocal -constuse -mts file -mts filerw +fcnconstraint
+
 linttest: 
        ${LCLINTNEW} -f lclint.lclintrc $(CPPFLAGS) +singleinclude cgrammar.c -dump lclint +forcehints -misplacedsharequal +showsourceloc -unrecogcomments -supcounts -fcnuse -exportlocal -constuse -mts file -mts filerw +keep
 
This page took 0.040244 seconds and 5 git commands to generate.