From f0a0e1ecb0fa9c828b88a5b35a932091055d1d34 Mon Sep 17 00:00:00 2001 From: m455 Date: Mon, 12 Dec 2022 12:37:20 -0500 Subject: [PATCH] added new dependency to makefile and readme --- Makefile | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4cd9d46..e7f1eef 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -DEPS = utf8 lowdown sxml-transforms clojurian +DEPS = utf8 lowdown sxml-transforms clojurian symbol-utils SRC = main.scm DIR_INSTALL ?= /usr/local/bin DIR_BUILD = . diff --git a/README.md b/README.md index 7617aa7..7b61a01 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ no one is liable if this software breaks, deletes, corrupts, or ruins anything - [lowdown](https://wiki.call-cc.org/eggref/5/lowdown) - [sxml-transforms](https://wiki.call-cc.org/eggref/5/sxml-transforms) - [clojurian](https://wiki.call-cc.org/eggref/5/clojurian) + - [symbol-utils](https://wiki.call-cc.org/eggref/5/symbol-utils) - git ### installation