fix: no longer include digests.txt in default

This commit is contained in:
Lance R. Vick 2024-08-25 22:58:07 -07:00
parent d879eb12c4
commit d6367513c3
No known key found for this signature in database
GPG key ID: 8E47A1EC35A1551D

View file

@ -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: