From 1b50a6a24e691009590bf9dd7a4b6d2616c0a95b Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 12 May 2023 21:16:35 +0200 Subject: .build/ -> build/ --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3