Removed 'changes' Makefile target.
This commit is contained in:
parent
fc56d9d227
commit
87470bdcef
1 changed files with 1 additions and 4 deletions
5
Makefile
5
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
|
||||
|
|
Loading…
Add table
Reference in a new issue