aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 292a1a5..5c2af44 100644
--- a/Makefile
+++ b/Makefile
@@ -18,8 +18,8 @@ BUILD = build
ARCH = x86_64
ASM = nasm
ASMOBJFORMAT = elf64
-LINKER_SCRIPT = ./compiler/$(ARCH)-linker.ld
-CARGO_XBUILD_TARGET = ./compiler/$(ARCH)-rustubs.json
+LINKER_SCRIPT = ./defs/$(ARCH)-linker.ld
+CARGO_XBUILD_TARGET = ./defs/$(ARCH)-rustubs.json
CARGO_XBUILD_FLAGS =
# ---------- No need to edit below this line --------------
# ---------- If you have to, something is wrong -----------