aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2020-09-12 00:52:52 +0100
committerTomasz Kramkowski <tk@the-tk.com>2020-09-12 00:52:52 +0100
commit5e4590bc2c99b586defcd425a5b1e3c479c27832 (patch)
tree5385c1934e079d5a6e6a16701563affe1bdffdbe /scripts
parent06b25d3cfdfa71e219012366703f2f3d10f8f854 (diff)
downloadpack-5e4590bc2c99b586defcd425a5b1e3c479c27832.tar.gz
pack-5e4590bc2c99b586defcd425a5b1e3c479c27832.tar.xz
pack-5e4590bc2c99b586defcd425a5b1e3c479c27832.zip
unpack_test: Rename to a more generic name
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/clean2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/clean b/scripts/clean
index 97d7b0f..42574c9 100755
--- a/scripts/clean
+++ b/scripts/clean
@@ -1,2 +1,2 @@
#!/bin/sh
-find . \( -name '*.d' -o -name '*.o' -o -name '*_gen' -o -name '*.inc' \) -delete
+find . \( -name '*.d' -o -name '*.o' -o -name '*.inc' -o -name 'test_gen' -o -name 'test' \) -delete