diff options
author | Cem Keylan <cem@ckyln.com> | 2021-02-03 11:05:52 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-02-03 11:05:52 +0300 |
commit | 3bcb665fb2536bbda6592bad82586711fb952970 (patch) | |
tree | 8a20ac29c80012d5cb74335c6dd7562d035f445a /extra/ccache/message | |
parent | 490a58481515b90a0024090b40a7a8ae5c6d8343 (diff) | |
download | repository-3bcb665fb2536bbda6592bad82586711fb952970.tar.gz |
ccache: bump to 4.2
Diffstat (limited to 'extra/ccache/message')
-rw-r--r-- | extra/ccache/message | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/ccache/message b/extra/ccache/message index ced1caa7..8041d844 100644 --- a/extra/ccache/message +++ b/extra/ccache/message @@ -1,5 +1,6 @@ [1mNOTE:[m - To enable 'ccache' add this to your '.shellrc' or '.profile'. +To enable 'ccache' add this to your '.shellrc' or '.profile'. + + export PATH=/usr/lib/ccache/bin:$PATH - $ export PATH=/usr/lib/ccache/bin:$PATH |