'make errs' captures compiler warnings

This commit is contained in:
Renaud 2019-08-07 10:05:25 +08:00
parent e4c0f0873a
commit 70a5a6b636
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ splint:
errs:
@rm -f makeout
make $(PROGRAM) >makeout
make $(PROGRAM) >makeout 2>&1
tags: ${SRC}
@rm -f tags