aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 6b7de25..4bffe01 100644
--- a/makefile
+++ b/makefile
@@ -24,4 +24,4 @@ uninstall :
rm "$(DESTDIR)$(PREFIX)$(BINDIR)/$(target)"
clean :
- find . -mindepth 1 -maxdepth 1 -executable -type f -delete
+ find . -mindepth 1 -maxdepth 1 -executable -type f ! -name "prefix_header" -delete