summaryrefslogtreecommitdiff
path: root/asmrun/Makefile.nt
diff options
context:
space:
mode:
Diffstat (limited to 'asmrun/Makefile.nt')
-rw-r--r--asmrun/Makefile.nt3
1 files changed, 3 insertions, 0 deletions
diff --git a/asmrun/Makefile.nt b/asmrun/Makefile.nt
index 67f94d6587..81e2890143 100644
--- a/asmrun/Makefile.nt
+++ b/asmrun/Makefile.nt
@@ -54,6 +54,9 @@ amd64nt.obj: amd64nt.asm
i386.o: i386.S
$(CC) -c -DSYS_$(SYSTEM) i386.S
+amd64.o: amd64.S
+ $(CC) -c -DSYS_$(SYSTEM) amd64.S
+
install:
cp libasmrun.$(A) $(LIBDIR)