From 8a3d2b99c6cd6a10a0ef650ff06177be53577a91daf8ae7154985b821c370142 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 18 Oct 2024 10:54:21 +0300 Subject: [PATCH] Tiny comments for configuration files --- cyac/conf/ar | 1 + cyac/conf/cc | 1 + cyac/conf/prefix | 1 + 3 files changed, 3 insertions(+) diff --git a/cyac/conf/ar b/cyac/conf/ar index 578b121..076cfc5 100644 --- a/cyac/conf/ar +++ b/cyac/conf/ar @@ -1 +1,2 @@ ar +# Place a command line for your library archiver invocation here diff --git a/cyac/conf/cc b/cyac/conf/cc index dfd45f0..8c6f118 100644 --- a/cyac/conf/cc +++ b/cyac/conf/cc @@ -1 +1,2 @@ cc +# Place a command line for your compiler invocation here diff --git a/cyac/conf/prefix b/cyac/conf/prefix index e06944e..d3c8bed 100644 --- a/cyac/conf/prefix +++ b/cyac/conf/prefix @@ -1 +1,2 @@ /usr/local +# Place a path for the installation prefix -- 2.50.0