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