diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2018-12-09 17:52:55 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2018-12-10 15:00:45 +0100 |
| commit | 810b91471761e3d1736ed79de06b4c8a69125b30 (patch) | |
| tree | a06d532a99687cae43ddbdff13d4947fe940f4ee /examples/Makefile | |
| parent | 6c876189d8a8b4b4cad9832c20055b89b56786ad (diff) | |
Update examples: minor changes, rename, update .gitignore
.gitignore, Makefile: add missing files, sort example filenames.
Makefile.FLTK: update and extend FLTKCONFIG definition examples.
Rename README.examples to README.txt (easier for Windows users).
README.txt: minor edits, fix link, remove trailing whitespace.
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/Makefile b/examples/Makefile index 08c511590..a07c265fe 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -16,10 +16,12 @@ ALL = clipboard$(EXEEXT) \ howto-simple-svg$(EXEEXT) \ howto-text-over-image-button$(EXEEXT) \ menubar-add$(EXEEXT) \ - nativefilechooser-simple$(EXEEXT) \ nativefilechooser-simple-app$(EXEEXT) \ + nativefilechooser-simple$(EXEEXT) \ progress-simple$(EXEEXT) \ shapedwindow$(EXEEXT) \ + simple-terminal$(EXEEXT) \ + SVG_File_Surface$(EXEEXT) \ table-as-container$(EXEEXT) \ table-simple$(EXEEXT) \ table-sort$(EXEEXT) \ @@ -27,16 +29,14 @@ ALL = clipboard$(EXEEXT) \ table-spreadsheet-with-keyboard-nav$(EXEEXT) \ table-with-keynav$(EXEEXT) \ tabs-simple$(EXEEXT) \ - simple-terminal$(EXEEXT) \ - SVG_File_Surface$(EXEEXT) \ textdisplay-with-colors$(EXEEXT) \ texteditor-simple$(EXEEXT) \ texteditor-with-dynamic-colors$(EXEEXT) \ - tree-simple$(EXEEXT) \ tree-as-container$(EXEEXT) \ tree-custom-draw-items$(EXEEXT) \ tree-custom-sort$(EXEEXT) \ tree-of-tables$(EXEEXT) \ + tree-simple$(EXEEXT) \ wizard-simple$(EXEEXT) # default target -- build everything |
