aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-12-21 16:02:08 -0500
committerBruce Hill <bruce@bruce-hill.com>2025-12-21 16:02:08 -0500
commitbd244c69f5edd6b84753a4bc6c2bd1ca011e90f7 (patch)
tree1ebdcf3e557796afab9fbe11c807d692f46086bd /Makefile
parent13c430fde1388703aa002fdb203548801082d4e3 (diff)
Tweak build setup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 11b3282f..e7e689d0 100644
--- a/Makefile
+++ b/Makefile
@@ -117,7 +117,7 @@ API_MD=$(patsubst %.yaml,%.md,$(API_YAML))
all: config.mk check-c-compiler check-libs build
@$(ECHO) "All done!"
-BUILD_DIR=build/$(TOMO_VERSION)
+BUILD_DIR=build/tomo@$(TOMO_VERSION)
headers := $(wildcard src/stdlib/*.h)
build_headers := $(patsubst src/stdlib/%.h, $(BUILD_DIR)/include/tomo@$(TOMO_VERSION)/%.h, $(headers))