diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-16 14:14:07 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-16 14:14:07 +0200 |
commit | 62043df8fdbedbf26ad49efc757d62d1ba17610f (patch) | |
tree | e918e4da6bed359825c87165e7704f666b51a72a /Makefile | |
parent | First commit (diff) | |
download | lowbat-bsd-62043df8fdbedbf26ad49efc757d62d1ba17610f.tar.gz lowbat-bsd-62043df8fdbedbf26ad49efc757d62d1ba17610f.tar.bz2 lowbat-bsd-62043df8fdbedbf26ad49efc757d62d1ba17610f.tar.xz lowbat-bsd-62043df8fdbedbf26ad49efc757d62d1ba17610f.tar.zst lowbat-bsd-62043df8fdbedbf26ad49efc757d62d1ba17610f.zip |
Change
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,6 +20,6 @@ CFLAGS += -pedantic ASM = nasm ASMFLAGS = -f ASMARCH = elf64_fbsd - +# ============================================ RULES ============================================= # all: ${CC} |