aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b74e485..03b41ad 100644
--- a/Makefile
+++ b/Makefile
@@ -65,8 +65,8 @@ LDLIBS += -lc
TARGET = lowbat
# ===================================== ASSEMBLER ====================================== #
ASM = nasm
-ASMFLAGS = -g -f
-ASMARCH = elf64
+# ASMFLAGS = -g
+ASMARCH = -f elf64
# ======================================= UNIX ========================================= #
SHELL := /bin/sh
RM = rm -f