summaryrefslogtreecommitdiff
path: root/examples_library/compile
diff options
context:
space:
mode:
authorAlfonso S. Siciliano <asiciliano@FreeBSD.org>2022-09-03 14:36:16 +0000
committerAlfonso S. Siciliano <asiciliano@FreeBSD.org>2022-09-03 14:36:16 +0000
commit2c9fd7655ba54e7239f528e1af9fe09662de9b03 (patch)
treefe1ff8f189880e6177658fee195a574d5ae6ebe7 /examples_library/compile
parent2f8d4418415511460bd7b3b3e532f6b328cf993f (diff)
Diffstat (limited to 'examples_library/compile')
-rwxr-xr-xexamples_library/compile4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples_library/compile b/examples_library/compile
index 3c3961d06baf..6f2c23b8ca75 100755
--- a/examples_library/compile
+++ b/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"
+
+rm -f $examples
for e in $examples
do