DEBSOURCES
Skip Quicknav
sources / golang-github-fsmiamoto-git-todo-parser / 0.0.5%2Bgit20240618.3061a9b-1 / Makefile
123456789
GO := $(shell which go) all: build test: $(GO) test -v ./... .PHONY: all test