From 5dbecc4737ae126297c4950c78a3d64cb6e96916 Mon Sep 17 00:00:00 2001 From: pho4cexa Date: Tue, 13 Dec 2022 09:23:22 -0800 Subject: [PATCH] add css dep to makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e7f1eef..9f6c87a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -DEPS = utf8 lowdown sxml-transforms clojurian symbol-utils +DEPS = utf8 lowdown sxml-transforms clojurian symbol-utils css SRC = main.scm DIR_INSTALL ?= /usr/local/bin DIR_BUILD = .