From 84aae6ed294e369c5edf755ef60fb963ce3bd7f7 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 9 Apr 2020 21:59:21 -0400 Subject: Render Atom envelopes --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 74b0de4..106ceda 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,7 @@ CFLAGS += -std=c11 -Wall -Wextra -Wpedantic LDLIBS = -ltls OBJS += archive.o +OBJS += atom.o OBJS += html.o OBJS += imap.o OBJS += mbox.o -- cgit 1.4.1 put type='hidden' name='id' value='442f80f81a7f05f0669eb9a31c8809ba0949692c'/> dontfiles
summary refs log tree commit diff
path: root/bin/cash/libedit/keymacro.h (unfollow)
Commit message (Collapse)Author
2019-02-10Remove pattend from hiJune McEnroe
2019-02-10Replace uses of pattend with newline patternsJune McEnroe
2019-02-10Add hi debug outputJune McEnroe
2019-02-10Actually do HTML " escapingJune McEnroe
2019-02-10Set git commit.verboseJune McEnroe
2019-02-10Add back missing static keywordJune McEnroe