diff options
Diffstat (limited to 'examples_library/compile')
-rwxr-xr-x | examples_library/compile | 4 |
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 |