summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-11-15 10:06:26 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-11-15 10:06:26 -0800
commit87470bdcefcd79c3a626f719b7a5364ccc535a9c (patch)
tree113e88cf079360ce0163bb2d5321ce1723849861 /Makefile
parentfc56d9d2278352036937d5385aa22cf390d12e26 (diff)
Removed 'changes' Makefile target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 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