From dc30b1937ad5a07eddb6abf5505c7479c5dbf5f5 Mon Sep 17 00:00:00 2001 From: m455 Date: Tue, 13 Dec 2022 17:02:01 -0500 Subject: [PATCH] added new dependencies to readme and makefile --- Makefile | 2 +- README.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index caa6bef..c231d07 100644 --- a/Makefile +++ b/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 = . diff --git a/README.md b/README.md index e2d7d43..81808d1 100644 --- a/README.md +++ b/README.md @@ -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