From b7155359b2e8d07d952786f514ec264c1b280651 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Wed, 12 Jun 2019 06:45:00 +0200 Subject: [PATCH] Fixes #1588 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7cd07e383..8ddba9ec6 100644 --- a/Makefile +++ b/Makefile @@ -130,7 +130,7 @@ dist/website.css:: stamp-npm sass $(SASS) --source-map true --include-path $(BOURBON) --include-path $(BOOTSTRAP) sass/website.scss $@ dist/website.min.css:: stamp-npm dist/website.css - $(CLEANCSS) $< > $@ + $(CLEANCSS) dist/website.css > $@ dist/font-awesome.css:: stamp-npm sass $(SASS) --source-map true --include-path $(BOURBON) --include-path $(BOOTSTRAP) sass/font-awesome.scss $@