diff options
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -45,5 +45,5 @@ clean-build:  .PHONY: clean-build  clean-pyc: -	@find . -name '*.pyc' -exec rm -f {} + +	find . -name '*.pyc' -exec rm -f {} +  .PHONY: clean-pyc | 
|  | index : markdown-link-style | |
| switch between inline and footnote link style in markdown documents | siddharth | 
| summaryrefslogtreecommitdiffstats | 
| -rw-r--r-- | Makefile | 2 | 
| @@ -45,5 +45,5 @@ clean-build:  .PHONY: clean-build  clean-pyc: -	@find . -name '*.pyc' -exec rm -f {} + +	find . -name '*.pyc' -exec rm -f {} +  .PHONY: clean-pyc |