mirror of
https://github.com/brain-hackers/README
synced 2024-12-22 12:10:04 +09:00
Add Makefile / add TOC generator target
parent
f822b14476
commit
fa1d0dc68b
9
Home.md
9
Home.md
@ -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 へようこそ!
|
||||
|
||||
## U-Boot
|
||||
|
7
Makefile
Normal file
7
Makefile
Normal file
@ -0,0 +1,7 @@
|
||||
.PHONY:
|
||||
install-dependency:
|
||||
npm install -g doctoc
|
||||
|
||||
.PHONY:
|
||||
doctoc:
|
||||
doctoc --title "### 目次" .
|
Loading…
Reference in New Issue
Block a user