diff options
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 6 |
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) |
