diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-08-07 18:01:59 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-08-07 18:01:59 +0200 |
| commit | e6c2503453ed6ff253b2574211edaeb936b51965 (patch) | |
| tree | 79b8416cf11a47935ef217078507d9237652ef74 /examples/Makefile | |
| parent | 713d276b1c0786da3390e4e78dc9de7bd31a8b62 (diff) | |
Add Fl_Flex demo "howto-flex-simple" to examples
This demo program uses an Fl_Flex widget with one row of buttons.
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile index 00b8acafb..dc312aa7a 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -1,3 +1,20 @@ +# +# Makefile used to build example apps by 'make' +# +# Copyright 2020-2022 by Bill Spitzak and others. +# +# This library is free software. Distribution and use rights are outlined in +# the file "COPYING" which should have been included with this file. If this +# file is missing or damaged, see the license at: +# +# https://www.fltk.org/COPYING.php +# +# Please see the following page on how to report bugs and issues: +# +# https://www.fltk.org/bugs.php +# +################################################################################ + include Makefile.FLTK RM = rm -f @@ -13,6 +30,7 @@ ALL = browser-simple$(EXEEXT) \ howto-browser-with-icons$(EXEEXT) \ howto-drag-and-drop$(EXEEXT) \ howto-draw-an-x$(EXEEXT) \ + howto-flex-simple$(EXEEXT) \ howto-menu-with-images$(EXEEXT) \ howto-parse-args$(EXEEXT) \ howto-remap-numpad-keyboard-keys$(EXEEXT) \ |
