From 27f25ae1749f28d59edb925c3989efbeb83fcc41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 23 Aug 2020 17:11:21 +0200 Subject: Add rendering of standalone small-cal. --- static/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/Makefile') diff --git a/static/Makefile b/static/Makefile index a5c42396..12df8c2a 100644 --- a/static/Makefile +++ b/static/Makefile @@ -1,6 +1,6 @@ .PHONY: all clean -TARGETS := style.css +TARGETS := style.css smallcal.css all: $(TARGETS) -- cgit v1.2.3