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
Raw Normal View History

2024-04-29 09:35:02 +02:00
all:
go run *.go tests/test.md
clean:
rm -vf main