1 2 3 4 5 6
fib: fib.o gcc fib.o -o fib fib.o: fib.asm nasm -w+all -f elf64 -g -F stabs fib.asm clean: rm -f fib fib.o