aboutsummaryrefslogtreecommitdiff
path: root/config.rc
diff options
context:
space:
mode:
Diffstat (limited to 'config.rc')
-rw-r--r--config.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.rc b/config.rc
index 2f0733b..4b3876e 100644
--- a/config.rc
+++ b/config.rc
@@ -76,7 +76,7 @@ PHONY() {
getbin() {
# Function to get all executables
- find src contrib bin -name 'cpt-*' ! -name '*.in' ! -name '*.[coh]'
+ find src contrib -name 'cpt-*' ! -name '*.in'
}