]> andersk Git - splint.git/blame - test/sizeoftest/Makefile
Added the splint.org css sheet to the html version of the faq.
[splint.git] / test / sizeoftest / Makefile
CommitLineData
9f1707e3 1.PHONY: check
2
3SPLINT = splint -exportlocal
4
5check:
6 $(SPLINT) +bounds sizeof.c sizeofConst.c -expect 1
7
8
This page took 0.0463 seconds and 5 git commands to generate.