diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-18 23:18:01 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-18 23:18:01 +0200 |
commit | 10eb96e23e4f3edd585bc099b9333d97f4c2b366 (patch) | |
tree | a16a1ef35d1fe6440bba94e55cd01f52162d6d32 /Makefile | |
parent | Whitespaces fix (diff) | |
download | lowbat-bsd-10eb96e23e4f3edd585bc099b9333d97f4c2b366.tar.gz lowbat-bsd-10eb96e23e4f3edd585bc099b9333d97f4c2b366.tar.bz2 lowbat-bsd-10eb96e23e4f3edd585bc099b9333d97f4c2b366.tar.xz lowbat-bsd-10eb96e23e4f3edd585bc099b9333d97f4c2b366.tar.zst lowbat-bsd-10eb96e23e4f3edd585bc099b9333d97f4c2b366.zip |
Bug fix
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ A_SRCS += ${A_SRCS_DIR}/jo_f_percent.asm # -------------------------------------------------------------------------------------- # A_OBJS = ${A_SRCS:.asm=.o} # ===================================== COMPILER ======================================= # -CC = clang +${CC} = clang # -------------------------------------------------------------------------------------- # CFLAGS += -std=c89 CFLAGS += -Wall |