from-scratch/stages/shared/Makefile
2026-07-14 16:36:54 +02:00

9 lines
160 B
Makefile

lib.o: lib.asm
nasm -g -f elf64 -o lib.o lib.asm
alloc.o: alloc.asm
nasm -g -f elf64 -o alloc.o alloc.asm
vec.o: vec.asm
nasm -g -f elf64 -o vec.o vec.asm