diff options
author | June McEnroe <june@causal.agency> | 2018-12-03 23:05:01 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-12-03 23:05:01 -0500 |
commit | a8c30b898c2e4dec02c75a25e72c211d9dba473d (patch) | |
tree | 955596669c860d0843e054c0313a0419e1169431 /Makefile | |
parent | Call uiShow at init so that TermFocus gets set (diff) | |
download | catgirl-a8c30b898c2e4dec02c75a25e72c211d9dba473d.tar.gz catgirl-a8c30b898c2e4dec02c75a25e72c211d9dba473d.zip |
Implement base64 encoding
Will be used for SASL authentication.
Diffstat (limited to '')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index e09be8b..cd96001 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,7 @@ OBJS += ui.o OBJS += url.o TESTS += format.t +TESTS += pls.t TESTS += term.t all: tags $(BINS) test |