mirror of https://github.com/fltk/fltk
Restore "silent" compilation of examples
'.SILENT:' statement had been commented out in previous commit.
This commit is contained in:
parent
9e4c207e27
commit
84c5523f99
|
@ -2,7 +2,7 @@ include Makefile.FLTK
|
|||
|
||||
RM = rm -f
|
||||
SHELL = /bin/sh
|
||||
#.SILENT:
|
||||
.SILENT:
|
||||
|
||||
# Executables
|
||||
ALL = browser-simple$(EXEEXT) \
|
||||
|
|
Loading…
Reference in New Issue