added new dependency to makefile and readme

This commit is contained in:
m455 2022-12-12 12:37:20 -05:00
parent 37ef2922e8
commit f0a0e1ecb0
2 changed files with 2 additions and 1 deletions

View file

@ -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 = .

View file

@ -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