From 6046da2992b7a3b65a4592ee749eb17ecbb7ef3e Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Fri, 26 Jul 2019 13:07:36 -0700 Subject: Added new browser-simple.cxx example --- examples/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'examples/Makefile') diff --git a/examples/Makefile b/examples/Makefile index a07c265fe..7fb5c3490 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -2,10 +2,11 @@ include Makefile.FLTK RM = rm -f SHELL = /bin/sh -.SILENT: +#.SILENT: # Executables -ALL = clipboard$(EXEEXT) \ +ALL = browser-simple$(EXEEXT) \ + clipboard$(EXEEXT) \ draggable-group$(EXEEXT) \ fltk-versions$(EXEEXT) \ howto-add_fd-and-popen$(EXEEXT) \ -- cgit v1.2.3