]> andersk Git - splint.git/blobdiff - test/for/Makefile
Renaming - LCLint => Splint
[splint.git] / test / for / Makefile
index a69328297521dd39f20d95a5b5264b9968998f70..2a32e3e176b2c89409c611e113a9b71d23f2a67f 100644 (file)
@@ -1,8 +1,8 @@
 .PHONY: check
 
-LCLINT = lclint -exportlocal
+SPLINT = splint -exportlocal
  
 check:
-       $(LCLINT) +arraybounds +arrayboundsread for.c -expect 1
+       $(SPLINT) +arraybounds +arrayboundsread for.c -expect 1
 
 
This page took 0.066824 seconds and 4 git commands to generate.