aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-05-12 21:16:35 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-05-12 21:16:35 +0200
commit1b50a6a24e691009590bf9dd7a4b6d2616c0a95b (patch)
tree55227d7cf7d7009c55c8cbfdf583556e7614c6ff /Makefile
parentcmake: don't install() valgrind.sh (diff)
downloadcimple-1b50a6a24e691009590bf9dd7a4b6d2616c0a95b.tar.gz
cimple-1b50a6a24e691009590bf9dd7a4b6d2616c0a95b.zip
.build/ -> build/
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 450e57b..2752db9 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ endif
endef
src_dir := $(abspath .)
-build_dir := $(src_dir)/.build
+build_dir := $(src_dir)/build
cmake_dir := $(build_dir)/cmake
install_dir := $(build_dir)/install