This repository has been archived on 2025-01-17. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
mdtoc/Makefile

6 lines
53 B
Makefile

all:
go run *.go tests/test.md
clean:
rm -vf main