From bd244c69f5edd6b84753a4bc6c2bd1ca011e90f7 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 21 Dec 2025 16:02:08 -0500 Subject: Tweak build setup --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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)) -- cgit v1.2.3