commit d633fc68154dde496d384a37c85edb61a0191775 parent 6c87048dbd7bab87d2bf549320669a5efd734f38 Author: Nathaniel Chappelle <nathaniel@chappelle.dev> Date: Tue, 3 Feb 2026 10:42:29 -0800 Add art to Makefile Diffstat:
| M | Makefile | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile @@ -1,3 +1,12 @@ +# ======================================================= +# ███████╗████████╗ █████╗ ███╗ ███╗ █████╗ ██╗██╗ +# ██╔════╝╚══██╔══╝██╔══██╗████╗ ████║██╔══██╗██║██║ +# ███████╗ ██║ ███████║██╔████╔██║███████║██║██║ +# ╚════██║ ██║ ██╔══██║██║╚██╔╝██║██╔══██║██║██║ +# ███████║ ██║ ██║ ██║██║ ╚═╝ ██║██║ ██║██║███████╗ +# ╚══════╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝╚══════╝ +# ======================================================= + CC = cc CFLAGS = -std=c99 -Wall -Wextra -O2 OBJ = stamail.o sexp.o thread.o headers.o