diff options
author | Wolfgang Müller | 2019-07-21 21:43:51 +0200 |
---|---|---|
committer | Wolfgang Müller | 2019-07-22 13:02:53 +0200 |
commit | 1a480b8203031f52c0d38c7d14c0dfb8d14fc87b (patch) | |
tree | 7bb0fd8c8cde056da584f6635afc77452e82fa87 /Makefile | |
parent | dfc3112c7a0c96f2b1b1bed71722a0438f869ee7 (diff) | |
download | site-1a480b8203031f52c0d38c7d14c0dfb8d14fc87b.tar.gz |
Makefile: Replace specific CSS targets with a generic one
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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: |