From 19b744191f7c1d7b325df3ada05fa258e12e89e9 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 16 Dec 2014 17:27:39 -0800 Subject: [PATCH] Fixed Makefile tab --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c86ab8eac..36597fe34 100644 --- a/Makefile +++ b/Makefile @@ -67,6 +67,6 @@ osxpkg: clean: cabal clean -rm $(MANPAGES) - -rm -rf $(BINDIST) $(BINDIST).tar.gz + -rm -rf $(BINDIST) $(BINDIST).tar.gz .PHONY: deps quick full install man clean test bench haddock osxpkg dist bindist prof