mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-21 02:40:56 +00:00
Add splint rule to makefile
This commit is contained in:
parent
4f873e1d9d
commit
8ac6bcdad7
1 changed files with 3 additions and 0 deletions
3
Makefile
3
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))
|
||||
|
|
Loading…
Reference in a new issue