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