aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 206a3f7..839329f 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ C_SRCS = ${C_SRCS_DIR}/jo_main.c
C_OBJS = ${C_SRCS:.c=.o}
# ------------------------------------------------------------------------------------------------ #
A_SRCS = ${A_SRCS_DIR}/jo_f_status.asm
-A_SRCS = ${A_SRCS_DIR}/jo_f_percent.asm
+A_SRCS += ${A_SRCS_DIR}/jo_f_percent.asm
# ------------------------------------------------------------------------------------------------ #
A_OBJS = ${A_SRCS:.asm=.o}
# ========================================== COMPILER ============================================ #