diff options
| author | Alfonso S. Siciliano <asiciliano@FreeBSD.org> | 2022-09-03 14:36:16 +0000 |
|---|---|---|
| committer | Alfonso S. Siciliano <asiciliano@FreeBSD.org> | 2022-09-03 14:36:16 +0000 |
| commit | 2c9fd7655ba54e7239f528e1af9fe09662de9b03 (patch) | |
| tree | fe1ff8f189880e6177658fee195a574d5ae6ebe7 /examples_library/compile | |
| parent | 2f8d4418415511460bd7b3b3e532f6b328cf993f (diff) | |
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 |
