aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/clean
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/clean')
-rwxr-xr-xscripts/clean2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/clean b/scripts/clean
new file mode 100755
index 0000000..97d7b0f
--- /dev/null
+++ b/scripts/clean
@@ -0,0 +1,2 @@
+#!/bin/sh
+find . \( -name '*.d' -o -name '*.o' -o -name '*_gen' -o -name '*.inc' \) -delete