From 8ac6bcdad7c10a56733ae32e33ef09574000253a Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Sun, 6 Jan 2013 12:43:46 +0000 Subject: [PATCH] Add splint rule to makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index b2ca6f8..c017832 100644 --- a/Makefile +++ b/Makefile @@ -101,6 +101,9 @@ check: all clean: rm -f *.o $(GMQCC) $(QCVM) $(TESTSUITE) *.dat +splint: + @ ./splint.sh + depend: makedepend -Y -w 65536 \ $(subst .o,.c,$(OBJ_D)) -- 2.39.2