summaryrefslogtreecommitdiff
path: root/examples/Makefile
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2010-06-06 21:24:06 +0000
committerGreg Ercolano <erco@seriss.com>2010-06-06 21:24:06 +0000
commit5162d3bc8d4e28d01736d0e958ad05378e85d9f4 (patch)
tree17b21cf16216ebf38053aa971260c6e8591d9594 /examples/Makefile
parent384929e7d21d8bc59ca49ef996c1d4daf9e84a58 (diff)
Added howto-add_fd_and-popen.cxx, added missing version Id EOF markers.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7629 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 46aa43532..c06cafdf2 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -1,6 +1,7 @@
include ../makeinclude
-ALL = tabs-simple$(EXEEXT) \
+ALL = howto-add_fd-and-popen$(EXEEXT) \
+ tabs-simple$(EXEEXT) \
tree-simple$(EXEEXT)
# default target -- build everything
@@ -9,9 +10,6 @@ default: $(ALL)
tabs-simple$(EXEEXT): tabs-simple.cxx
fltk-config --compile tabs-simple.cxx
-tree-simple$(EXEEXT): tree-simple.cxx
- fltk-config --compile tree-simple.cxx
-
# clean everything
clean:
$(RM) $(ALL)