diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ b32e: b32e.o ld -o $@ $< b32e.o: b32e.asm - nasm -f elf64 -O0 -w+all -o $@ $< + nasm -f elf64 -g -F dwarf -O0 -w+all -o $@ $< .PHONY: clean clean: |