diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ LINK = -lc TARGET = lowbat # ========================================== ASSEMBLER =========================================== # ASM = nasm -ASMFLAGS = -f +ASMFLAGS = -g -f ASMARCH = elf64 # ============================================ UNIX ============================================== # RM = rm -f |