aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-04-18 21:36:37 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-04-18 21:36:37 +0200
commit20c5cfb47c32b0c4f0f1050b457cde869462014a (patch)
treed427471d1e4c67993b2d21ffa4d757aecc149ea6 /Makefile
parentSomething is not quite right (diff)
downloadlowbat-bsd-20c5cfb47c32b0c4f0f1050b457cde869462014a.tar.gz
lowbat-bsd-20c5cfb47c32b0c4f0f1050b457cde869462014a.tar.bz2
lowbat-bsd-20c5cfb47c32b0c4f0f1050b457cde869462014a.tar.xz
lowbat-bsd-20c5cfb47c32b0c4f0f1050b457cde869462014a.tar.zst
lowbat-bsd-20c5cfb47c32b0c4f0f1050b457cde869462014a.zip
Finished main program
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cd09c6c..f97f5b1 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,7 @@ C_OBJS = ${C_SRCS:.c=.o}
# -------------------------------------------------------------------------------------- #
A_SRCS = ${A_SRCS_DIR}/jo_r_lowbat.asm
A_SRCS += ${A_SRCS_DIR}/jo_r_loop.asm
+A_SRCS += ${A_SRCS_DIR}/jo_r_cpyhead.asm
A_SRCS += ${A_SRCS_DIR}/jo_c_args.asm
A_SRCS += ${A_SRCS_DIR}/jo_f_status.asm
A_SRCS += ${A_SRCS_DIR}/jo_f_percent.asm