diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2021-02-10 17:39:59 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2021-02-10 17:39:59 +0100 |
commit | a0983938dd66c3ff67bc87279ebe05f14bc692f2 (patch) | |
tree | 7560e44b2a71214dbe18b2bdf46d6d24f3afd6e3 /Makefile | |
parent | Rewriting (diff) | |
download | lowbat-bsd-a0983938dd66c3ff67bc87279ebe05f14bc692f2.tar.gz lowbat-bsd-a0983938dd66c3ff67bc87279ebe05f14bc692f2.tar.bz2 lowbat-bsd-a0983938dd66c3ff67bc87279ebe05f14bc692f2.tar.xz lowbat-bsd-a0983938dd66c3ff67bc87279ebe05f14bc692f2.tar.zst lowbat-bsd-a0983938dd66c3ff67bc87279ebe05f14bc692f2.zip |
Translating, added rc script
Diffstat (limited to '')
-rw-r--r-- | Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -32,7 +32,7 @@ A_SRCS += ${A_SRCS_DIR}/f_percent.asm A_OBJS = ${A_SRCS:.asm=.o} -CC = clang +CC = cc CFLAGS += -std=c89 CFLAGS += -Wall CFLAGS += -Wextra @@ -45,7 +45,6 @@ CFLAGS += -pedantic # CFLAGS += -O0 -glldb # CFLAGS += -fsanitize=address -CINCS = -Isrc/ CINCS += -I/usr/local/include CINCS += -I/usr/local/include/glib-2.0 CINCS += -I/usr/local/lib/glib-2.0/include @@ -115,3 +114,10 @@ clean: re: clean all .PHONY: all clean fclean re depend install uninstall + +# Files prefixes +# -------------- +# f: fetch +# n: notify +# r: run +# c: check |