aboutsummaryrefslogtreecommitdiffstats
path: root/clean
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2021-07-18 13:10:55 +0100
committerTomasz Kramkowski <tk@the-tk.com>2021-07-18 13:10:55 +0100
commit311ca1db4ad68c7fb8b993640fda0de057387f2d (patch)
tree26e1eb5be4c84df07210654dadc69556f7acc709 /clean
parent6e0b9525916b59e6053ec4dc2cb1b0e96c55afcb (diff)
downloadpack-311ca1db4ad68c7fb8b993640fda0de057387f2d.tar.gz
pack-311ca1db4ad68c7fb8b993640fda0de057387f2d.tar.xz
pack-311ca1db4ad68c7fb8b993640fda0de057387f2d.zip
Do not store .d files permanently. Use tempfiles
Diffstat (limited to 'clean')
-rwxr-xr-xclean2
1 files changed, 1 insertions, 1 deletions
diff --git a/clean b/clean
index 2cb5f16..8797998 100755
--- a/clean
+++ b/clean
@@ -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