6 lines
53 B
Makefile
6 lines
53 B
Makefile
all:
|
|
go run *.go tests/test.md
|
|
|
|
clean:
|
|
rm -vf main
|