1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-07-05 16:37:38 -04:00

'make errs' captures compiler warnings

This commit is contained in:
Renaud 2019-08-07 10:05:25 +08:00
parent e4c0f0873a
commit 70a5a6b636

View File

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