diff options
| author | Greg Ercolano <erco@seriss.com> | 2010-06-06 21:43:59 +0000 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2010-06-06 21:43:59 +0000 |
| commit | 45234052284f7be1dd53ef49bb2186c65aed0cf6 (patch) | |
| tree | edc5bdad2fb6983f0d0fb4dc898640f7f7f57f8b /examples/Makefile | |
| parent | 668ac3f9742d07866c7fcbe911f852284d6cd1e3 (diff) | |
wizard example mods, Makefile.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7631 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile index c06cafdf2..c55891a3c 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -2,7 +2,8 @@ include ../makeinclude ALL = howto-add_fd-and-popen$(EXEEXT) \ tabs-simple$(EXEEXT) \ - tree-simple$(EXEEXT) + tree-simple$(EXEEXT) \ + wizard-simple$(EXEEXT) # default target -- build everything default: $(ALL) |
