summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/.gitignore1
-rw-r--r--examples/Makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/examples/.gitignore b/examples/.gitignore
index 398bba933..832dd5031 100644
--- a/examples/.gitignore
+++ b/examples/.gitignore
@@ -6,7 +6,6 @@
browser-simple
clipboard
draggable-group
-fltk-versions
howto-add_fd-and-popen
howto-browser-with-icons
howto-drag-and-drop
diff --git a/examples/Makefile b/examples/Makefile
index 4ed7c0567..50e777495 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -8,7 +8,6 @@ SHELL = /bin/sh
ALL = browser-simple$(EXEEXT) \
clipboard$(EXEEXT) \
draggable-group$(EXEEXT) \
- fltk-versions$(EXEEXT) \
howto-add_fd-and-popen$(EXEEXT) \
howto-browser-with-icons$(EXEEXT) \
howto-drag-and-drop$(EXEEXT) \