mirror of
https://github.com/dariubs/GoBooks.git
synced 2026-07-28 18:42:43 +07:00
4 lines
69 B
Makefile
4 lines
69 B
Makefile
.PHONY: validate
|
|
validate:
|
|
cd validator && go run . ../../README.md
|