summaryrefslogtreecommitdiff
path: root/examples/Makefile
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2019-07-26 13:07:36 -0700
committerGreg Ercolano <erco@seriss.com>2019-07-26 13:07:36 -0700
commit6046da2992b7a3b65a4592ee749eb17ecbb7ef3e (patch)
treeb2adcf5d3cb29b1dfe8f4aa5b2e99a8d2993d85e /examples/Makefile
parenta51012db9b4617c0fc3a0ffd12cc281e525a4716 (diff)
Added new browser-simple.cxx example
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile5
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) \