mirror of
https://github.com/fltk/fltk.git
synced 2026-02-05 15:59:50 +08:00
Restore "silent" compilation of examples
'.SILENT:' statement had been commented out in previous commit.
This commit is contained in:
@@ -2,7 +2,7 @@ include Makefile.FLTK
|
||||
|
||||
RM = rm -f
|
||||
SHELL = /bin/sh
|
||||
#.SILENT:
|
||||
.SILENT:
|
||||
|
||||
# Executables
|
||||
ALL = browser-simple$(EXEEXT) \
|
||||
|
||||
Reference in New Issue
Block a user