]> andersk Git - splint.git/blame - lib/Makefile
It mostly works but it has a convolted API that needs fixxing.
[splint.git] / lib / Makefile
CommitLineData
885824d3 1LCLINT = ../bin/lclint
2
3all:
4 ${LCLINT} -nolib +impconj ansi.h -dump ansi
5 ${LCLINT} -nolib +impconj -DSTRICT ansi.h -dump ansistrict
6 ${LCLINT} -nolib +impconj ansi.h posix.h -dump posix
7 ${LCLINT} -nolib +impconj -DSTRICT ansi.h posix.h -dump posixstrict
8 ${LCLINT} -nolib +impconj ansi.h posix.h unix.h -dump unix
9 ${LCLINT} -nolib +impconj -DSTRICT ansi.h posix.h unix.h -dump unixstrict
10
This page took 0.129855 seconds and 5 git commands to generate.