summaryrefslogtreecommitdiff
path: root/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile3
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)