Skip to content

Commit

Permalink
docs: Fix whitespace in Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
  • Loading branch information
tsandall committed Aug 23, 2019
1 parent 8c7bbe1 commit 77904c9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.PHONY: clean
clean:
rm -rf ${CURDIR}/website/data/releases.yaml
rm -rf $(CURDIR)/website/generated
rm -rf $(CURDIR)/website/public
rm -rf $(CURDIR)/website/generated
rm -rf $(CURDIR)/website/public
rm -rf $(CURDIR)/website/resources

.PHONY: generate
Expand Down Expand Up @@ -45,7 +45,6 @@ production-build: clean generate
--ignoreCache \
--minify
make live-blocks-inject


.PHONY: preview-build
preview-build: clean generate
Expand Down

0 comments on commit 77904c9

Please sign in to comment.