aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-04-16 19:18:20 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-04-16 19:18:20 +0200
commit754010fba962a7fe859e7f2efb977ec4eff04920 (patch)
treec0fbd9dd5513d43f0bf0ba84bd91a3117409078f /Makefile
parentRead function is good (diff)
downloadlowbat-bsd-754010fba962a7fe859e7f2efb977ec4eff04920.tar.gz
lowbat-bsd-754010fba962a7fe859e7f2efb977ec4eff04920.tar.bz2
lowbat-bsd-754010fba962a7fe859e7f2efb977ec4eff04920.tar.xz
lowbat-bsd-754010fba962a7fe859e7f2efb977ec4eff04920.tar.zst
lowbat-bsd-754010fba962a7fe859e7f2efb977ec4eff04920.zip
Better read function
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