diff options
| author | Ian Moffett <ian@osmora.org> | 2025-11-15 16:12:26 -0500 |
|---|---|---|
| committer | Ian Moffett <ian@osmora.org> | 2025-11-15 16:12:26 -0500 |
| commit | d5534eea54a7bc3951a7cfffe54e85ae972ad81f (patch) | |
| tree | ac53a19d54925a7509a8ee0bdcf885ed59fae8ed | |
| parent | 713293c04e91535c8780ab85cc4a2b5d688975a7 (diff) | |
build: Add toolchain target
Signed-off-by: Ian Moffett <ian@osmora.org>
| -rw-r--r-- | Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 7c7ce01..24ceb56 100644 --- a/Makefile.in +++ b/Makefile.in @@ -43,3 +43,7 @@ run: .PHONY: clean clean: cd sys/; make clean ARCH=$(ARCH) + +.PHONY: toolchain +toolchain: $(SYSROOT) + bash tools/build-toolchain.sh |
