diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-12-21 16:02:08 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-12-21 16:02:08 -0500 |
| commit | bd244c69f5edd6b84753a4bc6c2bd1ca011e90f7 (patch) | |
| tree | 1ebdcf3e557796afab9fbe11c807d692f46086bd /Makefile | |
| parent | 13c430fde1388703aa002fdb203548801082d4e3 (diff) | |
Tweak build setup
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |
