AS := nasm ASFLAGS := -felf64 LDFLAGS := -m elf_x86_64 CFLAGS := -march=nocona -m64 # vim:ft=make