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

6 lines
53 B
Makefile

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