From 1a480b8203031f52c0d38c7d14c0dfb8d14fc87b Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Sun, 21 Jul 2019 21:43:51 +0200 Subject: Makefile: Replace specific CSS targets with a generic one --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f4345ac..f16a071 100644 --- a/Makefile +++ b/Makefile @@ -18,10 +18,7 @@ atom.xml: templates/atom.xml $(POSTS_HTML) %.xml: %.md util/mdconv.sh sh util/mdconv.sh $< >$@ -style.css: scss/style.scss $(SCSS) - sassc -t expanded $< >$@ - -man.css: scss/man.scss $(SCSS) +%.css: scss/%.scss $(SCSS) sassc -t expanded $< >$@ clean: -- cgit v1.2.3-2-gb3c3