diff options
| author | Greg Ercolano <erco@seriss.com> | 2019-07-26 13:07:36 -0700 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2019-07-26 13:07:36 -0700 |
| commit | 6046da2992b7a3b65a4592ee749eb17ecbb7ef3e (patch) | |
| tree | b2adcf5d3cb29b1dfe8f4aa5b2e99a8d2993d85e /examples/Makefile | |
| parent | a51012db9b4617c0fc3a0ffd12cc281e525a4716 (diff) | |
Added new browser-simple.cxx example
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) \ |
