summaryrefslogtreecommitdiff
path: root/examples/Makefile
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2010-10-26 02:32:02 +0000
committerGreg Ercolano <erco@seriss.com>2010-10-26 02:32:02 +0000
commitaea80f7bb6237c43106f4448c38224e2611f260b (patch)
treebd9ce3054c5d7d5151840eaae4bdf67ef296d7aa /examples/Makefile
parent2870b6efe19c9118f2f70d01afa334905bf254f9 (diff)
Added example howto for making a button with text over an image.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7740 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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)