diff options
author | Curtis McEnroe | 2018-12-03 23:05:01 -0500 |
---|---|---|
committer | Curtis McEnroe | 2018-12-03 23:05:01 -0500 |
commit | a8c30b898c2e4dec02c75a25e72c211d9dba473d (patch) | |
tree | 955596669c860d0843e054c0313a0419e1169431 /Makefile | |
parent | 7ea54828a61f3a3bd96050e5cbd67c9d943bae31 (diff) |
Implement base64 encoding
Will be used for SASL authentication.
Diffstat (limited to 'Makefile')
-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 |