Restore "silent" compilation of examples

'.SILENT:' statement had been commented out in previous commit.
This commit is contained in:
Albrecht Schlosser 2019-07-28 18:22:57 +02:00
parent 9e4c207e27
commit 84c5523f99
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ include Makefile.FLTK
RM = rm -f
SHELL = /bin/sh
#.SILENT:
.SILENT:
# Executables
ALL = browser-simple$(EXEEXT) \