summaryrefslogtreecommitdiff
path: root/src/cmd/Makefile
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-10-05 18:51:17 -0400
committerIan Moffett <ian@osmora.org>2025-10-05 18:51:17 -0400
commitb7ed37d5af4bdf78f2fbed4af896e9956bc85168 (patch)
tree303c5022859187bb5e75863d5a82e14377a43d8c /src/cmd/Makefile
parent72f7a04345e8f75041179960dfde3089b53c7344 (diff)
build: Use toolchain for user programs
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'src/cmd/Makefile')
-rw-r--r--src/cmd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/Makefile b/src/cmd/Makefile
index 86575a2..6caf79b 100644
--- a/src/cmd/Makefile
+++ b/src/cmd/Makefile
@@ -6,8 +6,8 @@ LD =
.PHONY: all
all:
- cd init/; LDSCRIPT=$(LDSCRIPT) CC=$(CC) AS=$(AS) LD=$(LD) SYSROOT=$(SYSROOT) \
- LIBC_DIR=$(shell pwd)/../$(LIBC_DIR) make
+ cd init/; make LDSCRIPT=$(LDSCRIPT) CC=$(CC) AS=$(AS) LD=$(LD) SYSROOT=$(SYSROOT) \
+ LIBC_DIR=$(shell pwd)/../$(LIBC_DIR)
.PHONY: clean
clean: