summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-12-16 17:27:39 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-12-16 17:27:39 -0800
commit19b744191f7c1d7b325df3ada05fa258e12e89e9 (patch)
tree21f1a5014defdc5354bc96995bcfa5eba180a331
parent658f01f072ae9e8a24a514f9fa64226ca6fe3a59 (diff)
Fixed Makefile tab
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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