summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-09-07 10:01:32 +0300
committerPaul Buetow <paul@buetow.org>2021-09-07 10:01:32 +0300
commitf74a9e4b35feb8c07d8a70b5a581088a0a59889d (patch)
tree62ebcc6314ec70270416a4416579878b82135fce /Makefile
parent6ae75e8f106d3eee18ea61e6c4d6925c6f514460 (diff)
Produce MAPREDUCE lines, can aggregate these via default log format
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b05e9aa..103e2c4 100644
--- a/Makefile
+++ b/Makefile
@@ -34,6 +34,7 @@ vet:
echo ${GO} vet $$dir; \
${GO} vet $$dir; \
done
+ grep -R TODO .
lint:
${GO} get golang.org/x/lint/golint
find . -type d | while read dir; do \