diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2018-06-27 20:44:21 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2018-06-27 20:44:21 +0000 |
| commit | 76d5ed4f4b30b61c1e6fc874b2f37f70027fea9d (patch) | |
| tree | 87b09b36e66966c1f0b485628a38636f2485d745 | |
| parent | 8328349135ea9c0dfa099753ff4722272ddcc5b9 (diff) | |
Update Makefile + ignored files.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12986 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | .gitignore | 3 | ||||
| -rw-r--r-- | examples/Makefile | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e3043e058..dfe726c99 100644 --- a/.gitignore +++ b/.gitignore @@ -75,6 +75,7 @@ /examples/howto-drag-and-drop /examples/howto-menu-with-images /examples/howto-parse-args +/examples/howto-simple-svg /examples/howto-text-over-image-button /examples/menubar-add /examples/nativefilechooser-simple-app @@ -83,6 +84,8 @@ /examples/OpenGL3test /examples/progress-simple /examples/shapedwindow +/examples/simple-terminal +/examples/SVG_File_Surface /examples/table-as-container /examples/table-simple /examples/table-sort diff --git a/examples/Makefile b/examples/Makefile index d167ff253..c97b75901 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -28,6 +28,7 @@ ALL = clipboard$(EXEEXT) \ table-with-keynav$(EXEEXT) \ tabs-simple$(EXEEXT) \ simple-terminal$(EXEEXT) \ + SVG_File_Surface$(EXEEXT) \ textdisplay-with-colors$(EXEEXT) \ texteditor-simple$(EXEEXT) \ tree-simple$(EXEEXT) \ |
