From d6367513c3062742ae7d3b37a03628b510f8c012 Mon Sep 17 00:00:00 2001 From: "Lance R. Vick" Date: Sun, 25 Aug 2024 22:58:07 -0700 Subject: [PATCH] fix: no longer include digests.txt in default --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 67051ec..64d948d 100644 --- a/Makefile +++ b/Makefile @@ -33,8 +33,7 @@ include src/groups.mk .PHONY: all all: \ compat \ - $(shell find packages/* -type d -exec sh -c 'basename {} | tr "\n" " "' \; ) \ - digests.txt + $(shell find packages/* -type d -exec sh -c 'basename {} | tr "\n" " "' \; ) .PHONY: check check: