aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2021-02-10 17:39:59 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2021-02-10 17:39:59 +0100
commita0983938dd66c3ff67bc87279ebe05f14bc692f2 (patch)
tree7560e44b2a71214dbe18b2bdf46d6d24f3afd6e3 /Makefile
parentRewriting (diff)
downloadlowbat-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--Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4a2b3b1..cf76bb6 100644
--- a/Makefile
+++ b/Makefile
@@ -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