12 lines
260 B
Makefile
12 lines
260 B
Makefile
all:
|
|
go run main.go tree.go 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
|
|
|
|
clean:
|
|
rm -vf main
|