From: Dale Weiler Date: Sun, 6 Jan 2013 12:43:46 +0000 (+0000) Subject: Add splint rule to makefile X-Git-Tag: before-library~359^2~2 X-Git-Url: https://git.xonotic.org/?a=commitdiff_plain;h=8ac6bcdad7c10a56733ae32e33ef09574000253a;hp=4f873e1d9d15a0302700fc5dbfc10a70e6856a68;p=xonotic%2Fgmqcc.git Add splint rule to makefile --- 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))