From 87470bdcefcd79c3a626f719b7a5364ccc535a9c Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Sun, 15 Nov 2015 10:06:26 -0800
Subject: [PATCH] Removed 'changes' Makefile target.

---
 Makefile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index 0ae248882..1c9942959 100644
--- a/Makefile
+++ b/Makefile
@@ -26,9 +26,6 @@ bench:
 changes_github:
 	pandoc --filter extract-changes.hs changelog -t markdown_github | pbcopy
 
-changes:
-	pandoc --filter extract-changes.hs changelog -t markdown | pbcopy
-
 install: full
 	cabal copy
 	cabal register
@@ -64,4 +61,4 @@ download_stats:
 clean:
 	cabal clean
 
-.PHONY: deps quick full install clean test bench changes changes_github osxpkg dist prof download_stats
+.PHONY: deps quick full install clean test bench changes_github osxpkg dist prof download_stats