This repository has been archived on 2025-01-17. You can view files and clone it, but cannot push or open issues or pull requests.
mdtoc/Makefile
2024-05-12 17:21:50 +02:00

18 lines
245 B
Makefile

all:
go build .
run:
go run . test_files/test.md
test:
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:
go clean