Apply Patch
This commit is contained in:
18
Makefile
18
Makefile
@ -1,11 +1,17 @@
|
||||
all:
|
||||
go run main.go tree.go test_files/test.md
|
||||
go build .
|
||||
|
||||
run:
|
||||
go run . test_files/test.md
|
||||
|
||||
test:
|
||||
go run main.go tree.go test_files/test.md
|
||||
go run main.go tree.go test_files/README.md
|
||||
go run main.go tree.go test_files/weird_headers.md
|
||||
go run main.go tree.go test_files/audio.md
|
||||
go run . test_files/test.md
|
||||
go run . test_files/README.md
|
||||
go run . test_files/weird_headers.md
|
||||
go run . test_files/audio.md
|
||||
|
||||
install:
|
||||
cp -v mdtoc /usr/local/bin/.
|
||||
|
||||
clean:
|
||||
rm -vf main
|
||||
go clean
|
||||
|
Reference in New Issue
Block a user