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