Add Makefile / add TOC generator target

Takumi Sueda 2020-10-18 01:19:14 +09:00
parent f822b14476
commit fa1d0dc68b
2 changed files with 16 additions and 0 deletions

@ -1,3 +1,12 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
### 目次
- [U-Boot](#u-boot)
- [Linux](#linux)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
Brain Hackers Wiki へようこそ! Brain Hackers Wiki へようこそ!
## U-Boot ## U-Boot

7
Makefile Normal file

@ -0,0 +1,7 @@
.PHONY:
install-dependency:
npm install -g doctoc
.PHONY:
doctoc:
doctoc --title "### 目次" .