diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-26 13:28:15 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-26 13:28:15 +0200 |
commit | 6d0fa66f918304bf828382b9f5361357494e4bd9 (patch) | |
tree | c600066aa8506e57ec040eb52e294ad59264aa0a /Makefile | |
parent | Removed Makefile comments (diff) | |
download | lowbat-bsd-master.tar.gz lowbat-bsd-master.tar.bz2 lowbat-bsd-master.tar.xz lowbat-bsd-master.tar.zst lowbat-bsd-master.zip |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ A_SRCS += ${A_SRCS_DIR}/jo_f_percent.asm A_OBJS = ${A_SRCS:.asm=.o} -CC ?= clang +CC = clang CFLAGS += -std=c89 CFLAGS += -Wall CFLAGS += -Wextra |