Removed 'changes' Makefile target.

This commit is contained in:
John MacFarlane 2015-11-15 10:06:26 -08:00
parent fc56d9d227
commit 87470bdcef

View file

@ -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