added new dependencies to readme and makefile
This commit is contained in:
parent
6cb6536091
commit
dc30b1937a
2 changed files with 5 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
DEPS = utf8 lowdown sxml-transforms clojurian symbol-utils scss
|
||||
DEPS = utf8 lowdown sxml-transforms clojurian symbol-utils scss srfi-1 srfi-13 srfi-14
|
||||
SRC = main.scm
|
||||
DIR_INSTALL ?= /usr/local/bin
|
||||
DIR_BUILD = .
|
||||
|
|
|
@ -33,6 +33,10 @@ no one is liable if this software breaks, deletes, corrupts, or ruins anything
|
|||
- [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)
|
||||
- [scss](https://wiki.call-cc.org/eggref/5/scss)
|
||||
- [srfi-1](https://wiki.call-cc.org/eggref/5/srfi-1)
|
||||
- [srfi-13](https://wiki.call-cc.org/eggref/5/srfi-13)
|
||||
- [srfi-14](https://wiki.call-cc.org/eggref/5/srfi-14)
|
||||
- git
|
||||
|
||||
### installation
|
||||
|
|
Loading…
Reference in a new issue