added new dependency to makefile and readme
This commit is contained in:
parent
37ef2922e8
commit
f0a0e1ecb0
2 changed files with 2 additions and 1 deletions
2
Makefile
2
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 = .
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue