diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-16 19:45:51 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-16 19:45:51 +0200 |
commit | 29835759655b94e7f45b68489ee14e3b4308570d (patch) | |
tree | 556235c481c64209de6a743570fa6c427a8d7439 /Makefile | |
parent | Hex, removed lowbat bin (diff) | |
download | lowbat-bsd-29835759655b94e7f45b68489ee14e3b4308570d.tar.gz lowbat-bsd-29835759655b94e7f45b68489ee14e3b4308570d.tar.bz2 lowbat-bsd-29835759655b94e7f45b68489ee14e3b4308570d.tar.xz lowbat-bsd-29835759655b94e7f45b68489ee14e3b4308570d.tar.zst lowbat-bsd-29835759655b94e7f45b68489ee14e3b4308570d.zip |
Now getting percent
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +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_OBJS = ${A_SRCS:.asm=.o} # ========================================== COMPILER ============================================ # |