Skip to content

Commit 0e8c229

Browse files
committed
x64: Add basic corelib makefile
1 parent a953ad4 commit 0e8c229

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • crates/rush-compiler-x86-64/corelib
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
libcore.a: src/corelib.s
2+
as --64 src/corelib.s -o corelib.o
3+
! [ -f libcore.a ] || rm libcore.a
4+
ar -vq libcore.a corelib.o

0 commit comments

Comments
 (0)