aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 06dddc7..27c8b92 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ LINK = -lc
TARGET = lowbat
# ========================================== ASSEMBLER =========================================== #
ASM = nasm
-ASMFLAGS = -f
+ASMFLAGS = -g -f
ASMARCH = elf64
# ============================================ UNIX ============================================== #
RM = rm -f