From c5953a7976bb599be78bb956376c07318c354139 Mon Sep 17 00:00:00 2001 From: Tianhao Wang Date: Wed, 17 Apr 2024 11:28:50 +0200 Subject: rename `compiler` directory to `defs` the name `compiler` is ambiguous --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 ----------- -- cgit v1.2.3-70-g09d2