Fixed Makefile tab
This commit is contained in:
parent
658f01f072
commit
19b744191f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -67,6 +67,6 @@ osxpkg:
|
||||||
clean:
|
clean:
|
||||||
cabal clean
|
cabal clean
|
||||||
-rm $(MANPAGES)
|
-rm $(MANPAGES)
|
||||||
-rm -rf $(BINDIST) $(BINDIST).tar.gz
|
-rm -rf $(BINDIST) $(BINDIST).tar.gz
|
||||||
|
|
||||||
.PHONY: deps quick full install man clean test bench haddock osxpkg dist bindist prof
|
.PHONY: deps quick full install man clean test bench haddock osxpkg dist bindist prof
|
||||||
|
|
Loading…
Add table
Reference in a new issue