From 07f30a135600b3c0a2134a56063ebfb6275f737d Mon Sep 17 00:00:00 2001 From: m455 Date: Fri, 16 Dec 2022 13:39:18 -0500 Subject: [PATCH] added ersatz dependency to makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c231d07..cc2b62f 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -DEPS = utf8 lowdown sxml-transforms clojurian symbol-utils scss srfi-1 srfi-13 srfi-14 +DEPS = utf8 lowdown sxml-transforms clojurian symbol-utils scss srfi-1 srfi-13 srfi-14 ersatz SRC = main.scm DIR_INSTALL ?= /usr/local/bin DIR_BUILD = .