aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorEliteTK <tomasz.kramkowski@gmail.com>2014-11-08 18:19:05 +0000
committerEliteTK <tomasz.kramkowski@gmail.com>2014-11-08 18:19:05 +0000
commitb59699746fd3afe2390aadbeaa2249a7b84d5cb8 (patch)
tree72bb91f50391bf2215f5df3b12493410dfe8b43f /makefile
parent59980aebbaaaee28062f9a10b283561c6cd0f2dd (diff)
downloadc-stuff-b59699746fd3afe2390aadbeaa2249a7b84d5cb8.tar.gz
c-stuff-b59699746fd3afe2390aadbeaa2249a7b84d5cb8.tar.xz
c-stuff-b59699746fd3afe2390aadbeaa2249a7b84d5cb8.zip
Wrote license header prefixing tool and added some new code.
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