summaryrefslogtreecommitdiff
path: root/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 82f737e6e..b7756a599 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -2,6 +2,7 @@ include ../makeinclude
ALL = howto-add_fd-and-popen$(EXEEXT) \
howto-parse-args$(EXEEXT) \
+ howto-text-over-image-button$(EXEEXT) \
tabs-simple$(EXEEXT) \
tree-simple$(EXEEXT) \
wizard-simple$(EXEEXT)
@@ -9,9 +10,6 @@ ALL = howto-add_fd-and-popen$(EXEEXT) \
# default target -- build everything
default: $(ALL)
-tabs-simple$(EXEEXT): tabs-simple.cxx
- fltk-config --compile tabs-simple.cxx
-
# clean everything
clean:
$(RM) $(ALL)