diff options
| author | Tomasz Kramkowski <tk@the-tk.com> | 2021-07-18 13:10:55 +0100 |
|---|---|---|
| committer | Tomasz Kramkowski <tk@the-tk.com> | 2021-07-18 13:10:55 +0100 |
| commit | 311ca1db4ad68c7fb8b993640fda0de057387f2d (patch) | |
| tree | 26e1eb5be4c84df07210654dadc69556f7acc709 /clean | |
| parent | 6e0b9525916b59e6053ec4dc2cb1b0e96c55afcb (diff) | |
| download | pack-311ca1db4ad68c7fb8b993640fda0de057387f2d.tar.gz pack-311ca1db4ad68c7fb8b993640fda0de057387f2d.tar.xz pack-311ca1db4ad68c7fb8b993640fda0de057387f2d.zip | |
Do not store .d files permanently. Use tempfiles
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 {} + +find . -type f \( -name '*.o' -o -name '*.inc' \) -exec rm -f {} + rm -f .compile .link-executable .link-library .vars.rc all compile_flags.txt libpack.so test test_gen |
