aboutsummaryrefslogtreecommitdiff
path: root/contrib/bsddialog/examples_library/compile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bsddialog/examples_library/compile')
-rwxr-xr-xcontrib/bsddialog/examples_library/compile4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/bsddialog/examples_library/compile b/contrib/bsddialog/examples_library/compile
index 3c3961d06baf..9025f35426d9 100755
--- a/contrib/bsddialog/examples_library/compile
+++ b/contrib/bsddialog/examples_library/compile
@@ -10,7 +10,9 @@
libpath=../lib
examples="menu checklist radiolist mixedlist theme infobox yesno msgbox \
- datebox form formw timebox rangebox pause"
+ datebox form timebox rangebox pause calendar gauge mixedgauge"
+
+rm -f $examples
for e in $examples
do