From 84c5523f9972bca13a70b996e0c25cb121e053c0 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 28 Jul 2019 18:22:57 +0200 Subject: Restore "silent" compilation of examples '.SILENT:' statement had been commented out in previous commit. --- examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/Makefile b/examples/Makefile index 7fb5c3490..9daf8e98a 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -2,7 +2,7 @@ include Makefile.FLTK RM = rm -f SHELL = /bin/sh -#.SILENT: +.SILENT: # Executables ALL = browser-simple$(EXEEXT) \ -- cgit v1.2.3