lc-go/Makefile

7 lines
117 B
Makefile

lint:
golangci-lint run ./...
problemset:
bash ./query-problem-set.sh > problemset.jsonl
.PHONY: lint problemset