diff options
author | Tomasz Kramkowski <tk@the-tk.com> | 2021-07-14 11:40:30 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tk@the-tk.com> | 2021-07-14 11:40:30 +0100 |
commit | 5107f97c50b1ea37df341fd9b06f61694ebb9b3f (patch) | |
tree | 3be7333cba50387a8670c28dc83b445f2aaf5d20 /clean | |
parent | b6f7455a7fc501845bd89ec3a01366fdc3c46227 (diff) | |
download | pack-5107f97c50b1ea37df341fd9b06f61694ebb9b3f.tar.gz pack-5107f97c50b1ea37df341fd9b06f61694ebb9b3f.tar.xz pack-5107f97c50b1ea37df341fd9b06f61694ebb9b3f.zip |
Update redo scripts to work with jdebp redo
Diffstat (limited to 'clean')
-rwxr-xr-x | clean | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ #!/bin/sh find . -type f \( -name '*.d' -o -name '*.o' -o -name '*.inc' \) -exec rm -f {} + -rm -f .compile .link-library .link-executable test_gen test +rm -f .compile .link-library .link-executable test_gen test libpack.so all |