diff options
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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) \ |
