]> andersk Git - splint.git/blob - test/fileio/Makefile
Renaming - LCLint => Splint
[splint.git] / test / fileio / Makefile
1 .PHONY: filerw fileopen
2
3 SPLINT = splint
4
5 all: filerw fileopen filebranch
6
7 filerw:
8         ${SPLINT} -mts file -mts filerw filerw.c -expect 3
9
10 fileopen:
11         ${SPLINT} -mts file -mts filerw file.c -expect 3
12
13 filebranch:
14         ${SPLINT} -mts file filebranch.c
This page took 0.050509 seconds and 5 git commands to generate.