From bd32947e35d5da5747a02f0744730cb16077ba39 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 1 Jul 2023 09:26:44 +0200 Subject: Improve makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- x86_64/build.mk | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 x86_64/build.mk (limited to 'x86_64') diff --git a/x86_64/build.mk b/x86_64/build.mk new file mode 100644 index 0000000..a3c8d8d --- /dev/null +++ b/x86_64/build.mk @@ -0,0 +1,5 @@ +ASFLAGS = +LDFLAGS = -s -nodefaultlibs -nostdlib + +true.o false.o: $(MACHINE)/true.s $(MACHINE)/false.s + $(AS) -o $@ $(MACHINE)/$(@:.o=.s) $(ASFLAGS) -- cgit v1.2.3-70-g09d2