Add splint rule to makefile

This commit is contained in:
Dale Weiler 2013-01-06 12:43:46 +00:00
parent 4f873e1d9d
commit 8ac6bcdad7

View file

@ -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))