From 8dafa5d36ee87cf9c3bf42c1502416d322367f4e Mon Sep 17 00:00:00 2001 From: heck Date: Mon, 28 Aug 2023 18:39:43 +0200 Subject: [PATCH] change local.conf to build.conf --- .gitignore | 2 +- build.conf.example | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 29d3e9d..3fff07d 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,7 @@ *.swp *~ ws -local.conf +build.conf /.idea/ /test/test_rw.bin /test/test_counting_semaphore diff --git a/build.conf.example b/build.conf.example index c1d8adc..db40d7f 100644 --- a/build.conf.example +++ b/build.conf.example @@ -1,7 +1,7 @@ -# This is an Example build config file (local.conf) +# This is an Example build config file (build.conf) # you might not need this file, but if the defaults dont work for you # You can override them here. -# Tweak the values to your needs and rename it to local.conf +# Tweak the values to your needs and rename it to build.conf ######### C++ Compiler ######### # Should work with clang and g++