From c5487fbf12c39a6c88f2b54ad86a5b170db6c63a Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Thu, 16 Apr 2020 19:48:47 +0200 Subject: Makefile fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ============================================ # -- cgit v1.2.3